Primary informations
Username: freemana
Cluster: baobab
Description
Can’t create files, I get an error saying I exceeded my quota despite making 800 GB of space.
Steps to Reproduce
I was trying to connect using vscode remote SSH, but was getting an SCP error as it was unable to connect the required files to the remote. I’m able to connect manually by ssh, and if I try to touch a file, I get the error,
(baobab)-[freemana@login1 src]$ touch test
touch: cannot touch 'test': Disk quota exceeded
So I went ahead and deleted over 800 GB of checkpoints and logs I no longer needed.
The issue however persists.
(baobab)-[freemana@login1 src]$ beegfs-ctl --getquota --uid freemana --mount=/srv/beegfs/scratch --connAuthFile=/etc/beegfs/connauthfile
Quota information for storage pool Default (ID: 1):
user/group || size || chunk files
name | id || used | hard || used | hard
--------------|------||------------|------------||---------|---------
freemana|388382|| 0 Byte| unlimited|| 0| 1000000
Expected Result
I need to be able to create files on the disk.
Actual Result
I can’t create files even though I freed space, it says my disk quota was exceeded.
Cheers,
A. Freeman