Displaying 10 results from an estimated 10 matches for "volume_group".
2013 Aug 14
1
Can't remove a physical_volume from a volume_group
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",
}
But I get this error:
Error: Execution of ''/sbin/vgremove system'' returned 5: Do you really want
to...
2010 Oct 15
2
puppet-lvm and volume group issues
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"]
]
}
Fa...
2011 Mar 14
1
configsync requires 2nd puppet run for plugin loading to work
...9;'
notice: /File[/var/lib/puppet/lib/puppet/provider/physical_volume]/ensure:
created
notice: /File[/var/lib/puppet/lib/puppet/provider/physical_volume/lvm.rb]/ensure:
defined content as ''{md5}ceb7fd1c60ef79a3375da30f27e1df2e''
notice: /File[/var/lib/puppet/lib/puppet/provider/volume_group]/ensure: created
notice: /File[/var/lib/puppet/lib/puppet/provider/volume_group/lvm.rb]/ensure:
defined content as ''{md5}6c28663bcb22644cef1af5e25dd56290''
notice: /File[/var/lib/puppet/lib/puppet/type]/ensure: created
notice: /File[/var/lib/puppet/lib/puppet/type/filesystem.rb]/en...
2012 Oct 08
1
Resource Scope
I can''t work this out and I''m getting frustrated. :(
Puppet is complaining:
err: Failed to apply catalog: Could not find dependency
Lvm::Volume_group[bcvg] for Lvm::Application_volume[cache] at
/truth/sauce/env/prod/modules/object_store/manifests/server.pp:47
Yet, if I comment out that line so that puppet runs ok, and then look
at the state.yml file on the client, I see:
"Lvm::Volume_group[bcvg]":
!ruby/sym checked: 2012-10-08...
2012 Jan 17
29
pass values to puppet-lvm
i would like to use the module puppet-lvm and would like to pass
values to it.
I have it setup properly as a module but I can''t for the lfe of me get
it to take any values that I put in my baseconfig.pp in my home
folder.
like shouldn''t something like this work??
puppet-lvm {''setvolume'':
vg => ''myvg'',
pv =>
2012 Aug 14
8
Custom Providers and Environmemts.
I''ve installed the puppet labs lvm module. After fixing the missing
"}" at line 20 in init.pp (really?!?!), I''m getting this:''
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError:
Invalid resource type physical_volume at
/truth/sauce/env/prod/modules/role/manifests/common.pp:43
2012 Aug 11
8
Pass array to a define
How can I pass an array to a define? It''s not documented in the puppet
language guide.
I''ve got:
define lvm::create_vg ( $pvdisks ) {
exec {
''pvcreate'':
command => "/sbin/pvcreate -yf $pvdisks",
unless => "/sbin/pvdisplay $pvdisks",
...
}
}
class someclass {
lvm::create_vg {
2013 Jan 08
3
Puppet LVM create volume maximum size
Hello,
Using the LVM module/providers from the forge I want to create a logical
volume at the maximum size and I cannot work out how to do this.
physical_volume -> volume_group -> logical_volume -> filesystem -> mount
All works fine but you have to hard code the size for the logical volume.
Anyone know if this is possible ?
Thanks
Paul
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this...
2005 Jun 23
0
About using LVM
...people,
I''m starting using XEN with LVM and I have to say that LVM seems very good
to me. But I have a problem, the Volume Group that I create (with Physical
Volumes and formatted Logical Volumes inside) dissappears when I reboot my
computer. I mean it doesn''t disappears, /dev/volume_group directory
disappears, so I can''t mount it, or use them with XEN.
Could you help me with this? Thank you.
Regards,
Miguel.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Aug 15
7
Custom types in environments working .... yes/no/maybe ?
My issue may be related to this bug:
http://projects.puppetlabs.com/issues/13858
"Custom types in environments require loading into master''s libdir"
However, now I''m not so sure, This was working previously with a given
client. However, after trying on a fresh client, it''s failing with:
err: Could not run Puppet configuration client: Could not find a