go-ceph/cephfs
John Mulligan a26d4b8563 cephfs admin: add a private function for getting mgr modules
Add a function for getting the lists of enabled/disabled mgr modules
from ceph. This is private for the moment as general module management
probably shouldn't be part of cephfs admin. It's bad enough we hacked
in the functions for enabling mirroring. :-)

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2021-12-07 18:00:56 +00:00
..
admin cephfs admin: add a private function for getting mgr modules 2021-12-07 18:00:56 +00:00
cephfs_test.go cephfs: add missing cephfs API components: function ceph_version 2021-09-13 15:51:10 +00:00
cephfs.go cephfs: add missing cephfs API components: function ceph_version 2021-09-13 15:51:10 +00:00
command_test.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
command.go cutil: allow passing free functions to command output type 2020-05-12 17:18:08 -04:00
conn_nautilus_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
conn_nautilus.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
directory_test.go cephfs: add ReadDirPlus function and associated types 2020-05-19 16:35:58 -04:00
directory.go cephfs: add ReadDirPlus function and associated types 2020-05-19 16:35:58 -04:00
doc.go
errors_test.go cephfs: use FormatErrorCode for formatting cephfs errors 2020-08-10 13:03:24 -04:00
errors.go cephfs: use FormatErrorCode for formatting cephfs errors 2020-08-10 13:03:24 -04:00
file_test.go cephfs: re-enabled the skipped test for cephfs 2021-08-12 18:47:26 +00:00
file_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
file_xattr.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
file.go cutil: use SyncBuffer for iovec type 2021-02-08 11:09:25 -05:00
mount_perms_mimic_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
mount_perms_mimic.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
path_test.go cephfs: clean up symlink created in TestSymlink func 2021-08-31 17:51:58 +02:00
path_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
path_xattr.go cephfs: add path-based xattr functions 2020-08-04 13:35:35 -04:00
path.go cephfs: add Truncate implementing ceph_truncate 2020-11-30 15:39:09 +00:00
permissions_test.go cephfs: naming conventions: fix names in cephfs permissions test 2021-08-23 14:51:22 +00:00
permissions.go cephfs: add wrapper for ceph_lchown 2021-05-05 13:44:08 +00:00
statfs_test.go cephfs: add StatFS implementing ceph_statfs 2020-07-20 13:36:53 -04:00
statfs.go cephfs: add StatFS implementing ceph_statfs 2020-07-20 13:36:53 -04:00
statx_test.go cephfs: make statx test more robust 2021-08-31 17:51:58 +02:00
statx.go timespec: move to internal pkg 2020-06-22 09:22:18 -04:00
userperm_test.go
userperm.go