]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/nfs: add some debugs wip-nfs-testing-1
authorVenky Shankar <vshankar@redhat.com>
Tue, 30 Sep 2025 11:42:20 +0000 (11:42 +0000)
committerVenky Shankar <vshankar@redhat.com>
Tue, 30 Sep 2025 11:42:20 +0000 (11:42 +0000)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/pybind/mgr/nfs/export.py

index aff6779bb16e4c11e502c31837723aff609192cc..ecaa3edad009bbc1933eb3c5a3fc8f4a8719fab2 100644 (file)
@@ -430,6 +430,7 @@ class ExportMgr:
             }]
             kwargs['squash'] = 'none'
         kwargs['clients'] = clients
+        log.debug(f'clients: {clients}')
 
         if clients:
             kwargs['access_type'] = "none"
@@ -770,6 +771,7 @@ class ExportMgr:
                 earmark_resolver
             )
             log.debug("creating cephfs export %s", export)
+            log.debug(f'access_type: {access_type}')
             self._ensure_cephfs_export_user(export)
             self._save_export(cluster_id, export)
             result = {