vgs
/var/lock/lvm/V_vg00: open failed: No space left on device
Can’t lock volume group vg00: skipping

 

[root@shebanglinux subsys]# pvscan
/var/lock/lvm/P_global: open failed: No space left on device
Unable to obtain global lock.

 

[root@shebanglinux subsys]# pvscan -vvv
Processing: pvscanvvv
O_DIRECT will be used
Setting global/locking_type to 1
File-based locking selected.
Setting global/locking_dir to /var/lock/lvm
Locking /var/lock/lvm/P_global WB
/var/lock/lvm/P_global: open failed: No space left on device
Unable to obtain global lock.

solution

Extend the maximum inode count in an ext3/4 file system.

The Problem is no free inodes on the filesystem

# df -ih

 

Leave a Reply

Your email address will not be published. Required fields are marked *