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
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"],
>
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"]