We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e12e7f commit 842c47aCopy full SHA for 842c47a
spec/unit/facter/physical_volumes_spec.rb
@@ -46,6 +46,7 @@
46
Facter::Core::Execution.expects(:exec).at_least(1).returns(pvs_output)
47
Facter.value(:physical_volumes).should include('/dev/sda' => {
48
'uuid' => 'dPziSO-573Z-9WuH-q22X-cuyM-gHQx-ZeGbfK',
49
+ 'dev_size' => '2.00g',
50
'size' => '2.00g',
51
'start' => '1.00m',
52
'free' => '844.00m',
@@ -60,6 +61,7 @@
60
61
},
62
'/dev/sdc' => {
63
'uuid' => '09ksGm-Pt28-AR9H-NlgQ-QxtG-5uEH-Qzy1RR',
64
65
66
67
'free' => '2.00g',
@@ -74,6 +76,7 @@
74
76
75
77
'/dev/sdd2' => {
78
'uuid' => 'PpSFVZ-SS3P-n3a6-ctPF-sb9H-6M85-i0TqBv',
79
+ 'dev_size' => '19.51g',
80
'size' => '19.51g',
81
82
'free' => '44.00m',
0 commit comments