Skip to content

Instantly share code, notes, and snippets.

@varshar16
Created August 15, 2021 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varshar16/61ac26426bbe5f5f562ebb14bcd0f548 to your computer and use it in GitHub Desktop.
Save varshar16/61ac26426bbe5f5f562ebb14bcd0f548 to your computer and use it in GitHub Desktop.
dashboard
File "/home/varsha/ceph/src/pybind/mgr/mgr_module.py", line 1567, in _handle_command
return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf)
File "/home/varsha/ceph/src/pybind/mgr/mgr_module.py", line 416, in call
return self.func(mgr, **kwargs)
File "/home/varsha/ceph/src/pybind/mgr/nfs/module.py", line 100, in _cmd_nfs_cluster_create
return self.nfs.create_nfs_cluster(cluster_id=cluster_id, placement=placement,
AttributeError: 'Module' object has no attribute 'nfs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment