]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fixup quota values exceeding 64 bit signed int value 50493/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 13 Mar 2023 06:20:31 +0000 (11:50 +0530)
committerVenky Shankar <vshankar@redhat.com>
Mon, 13 Mar 2023 09:12:13 +0000 (14:42 +0530)
commitad7eb172668ebcfa28d89c5e3d0ee9d9aec9c2ee
treebb7da4afafa44b3860d05d38943e1213cebda3d6
parent3286d478e7733120b07b9ba5147e8dde2da4514f
qa: fixup quota values exceeding 64 bit signed int value

The test does the following:

        setfattr -n ceph.quota.max_bytes -v 8388608Ti .

This failes since 8388608Ti exceeds 64 bit signed integer value.
Change that to the approprivate value and expect faliure when
quota is set for this exceeded value.

Fixes: http://tracker.ceph.com/issues/55940
Introduced-by: 733065148250e892fca941cdeaad3e3a8193b0d8
Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/workunits/fs/quota/quota.sh