Re: [PATCH] Revert "ceph: allow rename operation under different quota realms"

2020-11-12 Thread Jeff Layton
On Thu, 2020-11-12 at 15:23 +, Luis Henriques wrote: > This reverts commit dffdcd71458e699e839f0bf47c3d42d64210b939. > > When doing a rename across quota realms, there's a corner case that isn't > handled correctly. Here's a testcase: > >   mkdir files limit >   truncate files/file -s 10G >

[PATCH] Revert "ceph: allow rename operation under different quota realms"

2020-11-12 Thread Luis Henriques
This reverts commit dffdcd71458e699e839f0bf47c3d42d64210b939. When doing a rename across quota realms, there's a corner case that isn't handled correctly. Here's a testcase: mkdir files limit truncate files/file -s 10G setfattr limit -n ceph.quota.max_bytes -v 100 mv files limit/ Th