Re: [Puppet Users] puppet-lvm and volume group issues

2010-10-17 Thread Paul Seymour
On 15 Oct 2010, at 21:51, Jeff Schmidt wrote: >> >> >> If I do it with a single physical volume it's fine, and if I run the >> command from the command line it's fine also. >> >> Any ideas ? >> >> Thanks > can you verify if the sd[bcd]'s have been 'pvcreate'd? > Yes the physical volumes hav

Re: [Puppet Users] puppet-lvm and volume group issues

2010-10-17 Thread Jeff Schmidt
On Fri, 2010-10-15 at 02:32 -0700, ollies...@googlemail.com wrote: > Trying to setup a volume group with puppet lvm and this:- > volume_group { "my_vg": >ensure => present, >physical_volumes => "/dev/sdb /dev/sdc /dev/sdd", >require => [ Physical_volume["/dev/sdb"], >

[Puppet Users] puppet-lvm and volume group issues

2010-10-15 Thread ollies...@googlemail.com
Trying to setup a volume group with puppet lvm and this:- volume_group { "my_vg": ensure => present, physical_volumes => "/dev/sdb /dev/sdc /dev/sdd", require => [ Physical_volume["/dev/sdb"], Physical_volume["/dev/sdc"], Physical_volume["/dev/sdd"]