Eu tenho um volume em um sistema de arquivos FSx Netapp que, quando excluo arquivos, o espaço livre não está sendo restaurado no volume. Por exemplo. Aqui estou excluindo um arquivo de 8 GB em um volume de 10 GB, mas nenhum espaço está sendo retornado ao sistema de arquivos:
$ 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
Alguém sabe o que está acontecendo aqui?
FSxN usa tecnologia ONTAP que usa instantâneos (se não estiver desabilitado). Isso mantém os dados antigos mesmo depois que os usuários os excluem. Verifique sua política de snapshot de volume. Você pode excluir instantâneos antigos se não precisar mais deles, também em geral com base na política, eles também envelhecerão e o espaço será recuperado.