Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
-
Modules
-
2
-
Modules Triage
Description
When puppetlabs-lvm modifies the size of a logical volume that does not have a file system on it (just an LV) Puppet will complain about the return code of 'blkid' - which returns 2 if there is no file system on the block device. I believe it is this line here:
The LV resize takes place, but you get this error:
Error: Execution of '/sbin/blkid /dev/vg_journal/journal_reserved_snap' returned 2:
|
Error: /Stage[main]/Profile::Application_database/Logical_volume[journal_reserved_snap]/size: change from 8G to 500G failed: Execution of '/sbin/blkid /dev/vg_journal/journal_reserved_snap' returned 2:
|
Attachments
Issue Links
- mentioned in
-
Page Loading...