-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't workingnewIssues that haven't been triaged yetIssues that haven't been triaged yet
Description
Description
After upgrading our cluster from BeeGFS 7.4.6 → 7.4.7, we noticed a regression affecting the beegfs-ctl --getquota command.
A previously working command now fails with the following error:
Unable to resolve given name: --connTCPRecvBufSize
This is unexpected because:
--connTCPRecvBufSize is not a valid BeeGFS client or beegfs-ctl option.
The same command works correctly on 7.4.6.
Reproducer
BeeGFS version: 7.4.7 (beegfs-tools and beegfs-client)
OS: Rocky Linux 9.6
Command:
beegfs-ctl --connAuthFile=/etc/beegfs/connauthfile --mount=/home --getquota --uid XXXX
or equivalently:
beegfs-ctl --getquota --uid=XXXX --mount=/home --connAuthFile=/etc/beegfs/connauthfile
Observed output:
Unable to resolve given name: --connTCPRecvBufSize
Expected behavior
Same as before and same as Note
Note
There is no issue using the cfgfile:
beegfs-ctl --getquota --uid $USER --cfgfile=/etc/beegfs/home.d/beegfs-client.conf --connAuthFile=/etc/beegfs/connauthfile
Quota information for storage pool Default (ID: 1):
user/group || size || chunk files
name | id || used | hard || used | hard
--------------|------||------------|------------||---------|---------
root| 0|| 601.03 GiB| 1024.00 GiB|| 17688628|unlimited
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnewIssues that haven't been triaged yetIssues that haven't been triaged yet