# touch test
touch: cannot touch `test': No space left on device
# df -h /images/
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/2000b080015002548
                       5.1T  3.7T  1.4T  74% /images
# df -i /images/
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/mapper/2000b080015002548
                      168806376 123832873 44973503   74% /images
# rpm -qa | grep ocfs2
ocfs2-tools-1.4.4-1.el5
ocfs2console-1.4.4-1.el5
ocfs2-2.6.18-128.el5-1.4.7-2.el5
# uname -r
2.6.18-128.el5
What's going on?
-- 
Florin Andrei
http://florin.myip.org/
On 09/14/2011 02:48 PM, Florin Andrei wrote:> # touch test > touch: cannot touch `test': No space left on deviceIt's a 2-node cluster. I rebooted one node, waited until it came up, and now I can create files on that volume: # dd if=/dev/zero of=test bs=1M count=100 100+0 records in 100+0 records out 104857600 bytes (105 MB) copied, 2.08568 seconds, 50.3 MB/s This a production cluster. Please tell me I'm gonna sleep well tonight. -- Florin Andrei http://florin.myip.org/