[Puppet Users] Can't remove a physical_volume from a volume_group

2013-08-14 Thread F. Y.
Hello, I have this bit of code that tries to remove a physical volume from the VG (which consists of /dev/sda5 amd /dev/sdb1): volume_group { system: ensure = absent, physical_volumes = /dev/sdb1,

Re: [Puppet Users] Can't remove a physical_volume from a volume_group

2013-08-14 Thread Ramin K
On 8/14/2013 2:33 PM, F. Y. wrote: Hello, I have this bit of code that tries to remove a physical volume from the VG (which consists of /dev/sda5 amd /dev/sdb1): volume_group { system: ensure = absent,