Hi,
We have a weird problem that we are noticing on an AFS server installed on a RH7.0 (kernel 2.2.16-22) where the total disk space reported by "/" increases or decreases depending on whether a file is copied on to AFS volume partition "/vicepb". Below, I show what df reports when I copy and remove a file under a volume called "testibm3" created on partition "/vicepb". Both "/" and "/vicepb" usage increases or decreases depending on whether I copy or remove. This problem does not occur on an AFS server that is installed on RH6.2.
Has anybody seen this behavior on RH7.0?
Is this related to any misconfiguration or is this a known behavior?
Any insight will be very helpful. Thanks.
---------------------------------------------------------------------------------------------
[root@ibm3 testibm3]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 888M 580M 262M 69% /
/dev/hda5 18G 293M 16G 2% /home
/dev/hdd1 18G 28k 17G 1% /vicepa
/dev/hdd5 18G 84k 17G 1% /vicepb
/dev/hdd6 18G 20k 17G 1% /vicepc
AFS 8.6G 0 8.5G 0% /afs
[root@ibm3 testibm3]# cp /home/test/openafsbin.tar .
[root@ibm3 testibm3]# ls
openafsbin.tar
[root@ibm3 testibm3]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 888M 605M 238M 72% /
/dev/hda5 18G 293M 16G 2% /home
/dev/hdd1 18G 28k 17G 1% /vicepa
/dev/hdd5 18G 24M 17G 1% /vicepb
/dev/hdd6 18G 20k 17G 1% /vicepc
AFS 8.6G 0 8.5G 0% /afs
[root@ibm3 testibm3]# cp /home/test/openafsbin.tar openafsbin.tar.bk
[root@ibm3 testibm3]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 888M 630M 213M 75% /
/dev/hda5 18G 293M 16G 2% /home
/dev/hdd1 18G 28k 17G 1% /vicepa
/dev/hdd5 18G 47M 17G 1% /vicepb
/dev/hdd6 18G 20k 17G 1% /vicepc
AFS 8.6G 0 8.5G 0% /afs
[root@ibm3 testibm3]# rm openafsbin.tar.bk
rm: remove `openafsbin.tar.bk'? y
[root@ibm3 testibm3]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 888M 605M 238M 72% /
/dev/hda5 18G 293M 16G 2% /home
/dev/hdd1 18G 28k 17G 1% /vicepa
/dev/hdd5 18G 24M 17G 1% /vicepb
/dev/hdd6 18G 20k 17G 1% /vicepc
AFS 8.6G 0 8.5G 0% /afs
---------------------------------------------------------------------------------------------
Thanks,
Kangesh
- Re: [OpenAFS-devel] Weird problem - df increments/decr... Kangesh Gunaseelan
- Re: [OpenAFS-devel] Weird problem - df increments... Russ Allbery
