]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: nfs export creation fails with obj deserialization 67564/head
authorNizamudeen A <nia@redhat.com>
Fri, 13 Feb 2026 09:00:35 +0000 (14:30 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 27 Feb 2026 03:41:29 +0000 (09:11 +0530)
commita800b367681d185024af9e071fea04ab01afd299
tree3b8b1aabb722e07216622d6030fde66b4178e689
parentc9f73b3055c5546c1b7611c03e245f2198cb3c39
mgr/dashboard: nfs export creation fails with obj deserialization

with the rocky10 patches, the nfs export creation through dashboard
breaks when it tries to deserialize the obj returned by
`fetch_nfs_export_obj` interface. So removing that and use export apply
to create the nfs exports

Fixes: https://tracker.ceph.com/issues/74930
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit c7f545929dfefc634709653ca416ab434f22dc06)
src/pybind/mgr/dashboard/controllers/nfs.py
src/pybind/mgr/dashboard/tests/test_nfs.py
src/pybind/mgr/nfs/module.py