Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge branch '5729-argonaut-fai-needs-to-support-cryptsetup' into 'ar…
Browse files Browse the repository at this point in the history
…gonaut-1.3-dev'

Resolve "argonaut-fai needs to support cryptsetup"

See merge request argonaut/argonaut!85
  • Loading branch information
MCMic committed May 15, 2018
2 parents 12bf5e5 + 692d582 commit c326c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argonaut-common/Argonaut/Libraries/FAI.pm
Expand Up @@ -819,7 +819,7 @@ sub dump_disk_config {
my $disk_config = $cow_cacheref->{ $class };
my( %all_disks );

foreach my $type ("disk", "raid", "lvm") {
foreach my $type ("disk", "raid", "cryptsetup", "lvm") {
foreach my $disk (keys %{$disk_config}) {
next if( ! defined $disk_config->{ $disk } );

Expand Down

0 comments on commit c326c94

Please sign in to comment.