When I try to resize share …
Created on: June 18th 2024, 6:19:00 pm
Pool (Active mount options / Status): Data-2 (rw,relatime,discard=async,space_cache=v2,subvolid=5,subvol=/)
Pool Quotas: Enabled
Active mount options / Status: rw,relatime,discard=async,space_cache=v2,subvolid=263,subvol=/music
I get error
Error running a command. cmd = /usr/sbin/btrfs qgroup assign 0/263 2015/7 /mnt2/Data-2. rc = 1. stdout = [‘’]. stderr = [‘ERROR: unable to assign quota group: File exists’, ‘’]
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 41, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/share.py”, line 279, in put
share_pqgroup_assign(share.pqgroup, share)
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 1563, in share_pqgroup_assign
return qgroup_assign(share.qgroup, pqgroup, share.pool.mnt_pt)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 1632, in qgroup_assign
raise e
File “/opt/rockstor/src/rockstor/fs/btrfs.py”, line 1580, in qgroup_assign
run_command([BTRFS, “qgroup”, “assign”, qid, pqid, mnt_pt], log=False)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 289, in run_command
raise CommandException(cmd, out, err, rc)
system.exceptions.CommandException: Error running a command. cmd = /usr/sbin/btrfs qgroup assign 0/263 2015/7 /mnt2/Data-2. rc = 1. stdout = [‘’]. stderr = [‘ERROR: unable to assign quota group: File exists’, ‘’]
Space free - 0 bytesSpace used - 174.13 GBSize 5.00 GB
This is a single disk pool with no RAID.
Details
Created on: June 18th 2024, 6:24:43 pm
Btrfs Raid configuration: single (Data: single - Metadata: single)
Active mount options / Status: rw,relatime,discard=async,space_cache=v2,subvolid=5,subvol=/
UUID: 17bdb4a4-4c79-4e0b-9686-a135683dfb32
Compression / Extra mount options / Quotas
uname -r is 6.4.0-150600.21-default
Is this a feature or a bug? Is this where Quotas come in to play? What is going to happen to my share when you fix quotas?