lvm icon indicating copy to clipboard operation
lvm copied to clipboard

Development repository for the lvm cookbook

Results 27 lvm issues
Sort by recently updated
recently updated
newest added
trafficstars

So RH updated their LVM package, which changes some paths, and the ruby seems fixated on paths. Thus, we need to update our LVM and we hope its compatibility window...

## :pancakes: Cookbook version 5.2.0 ## :woman_cook: Chef-client Version 17.7.29 ## :tophat: Platform details sles 12 sp5 ## Steps To Reproduce ``` lvm_volume_group vg01r1 do physical_volumes volumes physical_extent_size '32M' logical_volume...

Upstream Bug

Currently there is no possibility to create a swap volume. Iw would be nice to add that

Extend the reach of this cookbook by also supporting managing LVMs in the AIX platform.

### Cookbook version 2.1 ### Chef-client version version 12.8.1 ### Platform Details Red Hat Enterprise Linux Server release 6.7 (Santiago) ### Scenario: execute lvm_physical_volume physical_volumes.to_s on subsequent executions of the...

Hi there! I got a error-message at boot. Here is the log: Begin: Mounting root file system ... Begin: Running /scripts/local-top ... /run/lvm/lvmetad.socket: connect failed: No such file or directory...

I want to have a mount owned by a user. I tried creating the directory resources at the top of my recipe and then calling the logical_volume resource provider with...

Is there any way to increase the timeout? Looks like mkfs.ext4 is taking more than 5 minutes to format a 1000Gb ebs volume. Mixlib::ShellOut::CommandTimeout -------------------------------- Command timed out after 600s:...

Hi, I define an `logical_volume` as follow. ``` ruby lvm_volume_group 'VG_01' do physical_volumes ['/dev/xvdf'] logical_volume 'mongodb-data' do size '100%VG' filesystem 'ext4' mount_point location: "#{node['mongodb']['config']['dbpath']}", options: 'defaults,auto,noatime,noexec' readahead 32 end end...

I am having consistent performance issues with the resize action taking a long time, even when there is no resize to do. I don't know how to begin profiling the...