-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LVM Partition taking time when I ran the recipe #161
Comments
Hey There If you're looking for more immediate troubleshooting help make sure to check out #general on the Chef Community Slack. There's plenty of folks there willing to lend a helping hand. Thanks for the first issue. We hope we can get back to you soon with a solution. |
this is the output and it takes time to comeout When I ran the recipe. I need to kill the recipe to comeout from the execution. |
When I kill the process i got the below
|
When I ran same recipe again after killing process and it is completing within a minute |
Hi @santoshpatha12 Were you able to resolve this somehow? |
Hi,
Please help me to resolve time issue while doing partitioning.a
Cookbook version
https://github.com/chef-cookbooks/lvm
Chef-client version
Chef Development Kit Version: 2.5.3
chef-client version: 13.8.5
delivery version: master (73ebb72a6c42b3d2ff5370c476be800fee7e5427)
berks version: 6.3.1
kitchen version: 1.20.0
inspec version: 1.51.21
Platform Details
RHEL Azure vm
Scenario:
I am using LVM cookbook and creating lvm partitioning in rhel vm 2disks with 64k stiping and it is taking time to complete.
Steps to Reproduce:
/dev/sdc=100GB
/dev/sdc=100GB disks
lvm_volume_group datavg do
physical_volumes ['/dev/sdc', '/dev/sdd']
wipe_signatures true
logical_volume datalv do
size '190G'
filesystem 'xfs'
mount_point location: "#{node['datadir']}", options: 'defaults,nofail,noatime,nodiratime,nobarrier,logbufs=8'
stripes 2
stripe_size 64
action :create
end
end
The text was updated successfully, but these errors were encountered: