search for: myvg

Displaying 5 results from an estimated 5 matches for "myvg".

Did you mean: mvg
2012 Jan 17
29
pass values to puppet-lvm
...uld 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 => ''/dev/sdb'', fstype => ''ext3'', name => ''mylv'', size =>''8G'', } https://github.com/puppetlabs/puppet-lvm -- You received this message because you are subscribed to the Google Groups "Pupp...
2010 Oct 15
2
puppet-lvm and volume group issues
...this in the debug output:- debug: volume_group provider lvm: Executing ''/usr/sbin/vgcreate my_vg / dev/sdb /dev/sdc /dev/sdd'' /usr/lib/ruby/site_ruby/1.8/puppet/provider.rb:133:in `vgcreate'' /usr/lib/ruby/site_ruby/1.8/puppet/provider.rb:140:in `vgcreate'' err: //myvg::setup/myvg::disks/Volume_group[my_vg]/ensure: change from absent to present failed: Execution of ''/usr/sbin/vgcreate my_vg /dev/ sdb /dev/sdc /dev/sdd'' returned 1280: File descriptor 8 (/tmp/puppet. 15759.0) leaked on vgcreate invocation. Parent PID 15759: /usr/bin/ ruby If I do...
2016 May 06
2
resize lvm
...ractical, and since it's a laptop, I'm guessing it's not a > production machine), reboot from a livecd or whatever and doing e2fsk -f > /dev/lvmname/root > > I don't know if it will solve your issue, but may be worth trying. I found this: # lvextend -l +100%FREE /dev/myvg/testlv doing a search. What's the difference between 100%VG and 100%FREE? Thanks, -wes
2016 May 07
0
resize lvm
On 05/06/2016 02:15 PM, Wes James wrote: > I found this: > > # lvextend -l +100%FREE /dev/myvg/testlv > > doing a search. What's the difference between 100%VG and 100%FREE? For the special case of "100%" there is no difference. For values less than 100% with a non-empty VG, the two are quite different, e.g., (50% of VG) != (50% of the free space in VG). -- Bob Nichols...
2012 Sep 21
4
automatic repartitioning
Hello all. Does anyone have any suggestions for making centos cloud images that can automatically repartition the root device to resize the filesystem? All the Ubuntu UEC images do this, so using the same image, you can launch cloud instances of a variety of flavors and the VM instance will repartition the root disk and resize the fs. The Ubuntu images utilize scripts in the initramfs dpkg that