Hi list,
i have an error when i do an lvm snapshot.
The error is like this when i use the command "/sbin/lvcreate -L20G -s -n <snapshot> /dev/vgraid/vm" :
*semid 5013504: semop failed for cookie 0xd4d23a8: incorrect semaphore state* * Failed to set a proper state for notification semaphore identified by cookie value 223159208 (0xd4d23a8) to initialize waiting for incoming notifications.*
I use centos 7 with this packages:
# rpm -aq | grep kernel kernel-3.10.0-123.9.3.el7.x86_64 # rpm -aq | grep lvm2 lvm2-libs-2.02.105-14.el7.x86_64 lvm2-2.02.105-14.el7.x86_64
I read that the problem is related to udev :
# zgrep UEV /proc/config.gz CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# grep UEV /boot/config-3.10.0-123.9.3.el7.x86_64 CONFIG_UEVENT_HELPER_PATH="" CONFIG_DM_UEVENT=y
I can not understand the problem.
The server is in a server farm with a lot of VM running I would like to solve the problem without restarting the server.
Could you help me?
Thanks.