Skip to content

Commit

Permalink
PHYSICAL_VOLUMES.PV_NAME key does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed Dec 6, 2012
1 parent 4924657 commit 051d416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/FusionInventory/Agent/Task/Inventory/Input/AIX/LVM.pm
Expand Up @@ -139,8 +139,7 @@ sub _getPhysicalVolume {
return unless $handle;

my $volume = {
DEVICE => "/dev/$name",
PV_NAME => $name,
DEVICE => "/dev/$name"
};

my ($free, $total);
Expand Down

0 comments on commit 051d416

Please sign in to comment.