我在 FSx Netapp 文件系统下有一个卷,当我删除文件时,可用空间不会恢复到该卷中。例如。在这里,我正在删除 10GB 卷上的 8GB 文件,但没有空间返回到文件系统:
$ df -h .
Filesystem Size Used Avail Use% Mounted on
fsxdata:/keith_test_vol 9.5G 8.6G 981M 90% /mnt
$ ls -lh
total 8.1G
-rw-r--r-- 1 root root 8.0G Jan 26 09:07 bigfile
-rw-rw-r-- 1 ubuntu ubuntu 6 Dec 6 11:30 test
-rw-r--r-- 1 root root 0 Oct 9 16:54 test2
-rw-r--r-- 1 ubuntu ubuntu 0 Nov 9 11:35 test3
drwxrwxrwx 2 root root 8.0K Dec 15 09:25 test_qtree
-rw-r--r-- 1 root root 0 Oct 9 11:53 testfilefromroot
-rw-rw-r-- 1 ubuntu ubuntu 0 Nov 9 11:34 testfromunbuntu
$ rm bigfile
rm: remove write-protected regular file 'bigfile'? y
$ ls -lh
total 8.0K
-rw-rw-r-- 1 ubuntu ubuntu 6 Dec 6 11:30 test
-rw-r--r-- 1 root root 0 Oct 9 16:54 test2
-rw-r--r-- 1 ubuntu ubuntu 0 Nov 9 11:35 test3
drwxrwxrwx 2 root root 8.0K Dec 15 09:25 test_qtree
-rw-r--r-- 1 root root 0 Oct 9 11:53 testfilefromroot
-rw-rw-r-- 1 ubuntu ubuntu 0 Nov 9 11:34 testfromunbuntu
$ df -h .
Filesystem Size Used Avail Use% Mounted on
fsxdata:/keith_test_vol 9.5G 8.6G 978M 90% /mnt
有人知道这是怎么回事吗?
FSxN 使用使用快照的 ONTAP 技术(如果未禁用)。即使用户删除了旧数据,这也会保留旧数据。检查您的卷快照策略。如果不再需要旧快照,您可以将其删除,一般来说,根据策略,它们也会老化,然后回收空间。