On Fri, Jul 21, 2023 at 9:03 PM Patrick Donnelly <pdonnell@redhat.com> wrote:
Hello karon,
On Fri, Jun 23, 2023 at 4:55 AM karon karon <karon.geek@gmail.com> wrote:
Hello,
I recently use cephfs in version 17.2.6 I have a pool named "*data*" and a fs "*kube*" it was working fine until a few days ago, now i can no longer create a new subvolume*, *it gives me the following error:
Error EINVAL: invalid value specified for ceph.dir.subvolume
We have heard other reports of this. We don't know how, but it seems something has erroneously set the subvolume flag on parent directories. Please try:
setfattr -n ceph.dir.subvolume -v 0 /volumes/csi
Then check if it works. If still not:
setfattr -n ceph.dir.subvolume -v 0 /volumes/
try again, if still not:
setfattr -n ceph.dir.subvolume -v 0 /
Please let us know which directory fixed the issue for you.
Karon had approached me on Slack #cephfs channel a while earlier, and has confirmed that these steps have indeed worked for him.
-- Patrick Donnelly, Ph.D. He / Him / His Red Hat Partner Engineer IBM, Inc. GPG: 19F28A586F808C2402351B93C3301A3E258DD79D _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
-- Milind