summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/cephadm: add NFSv3 protocol to cephadm generated ganesha confAdam King2024-10-211-1/+1
* mgr/nfs: add NFSv3 protocol to exportsAdam King2024-10-212-5/+5
* mgr/nfs: earmark resolver for subvolumeAvan Thakkar2024-09-252-10/+53
* mgr/nfs: add additional tests for cmount_path & user_id deletionAvan Thakkar2024-08-291-0/+22
* mgr/nfs: ensure user_id for create_export_from_dictAvan Thakkar2024-08-281-4/+5
* mgr/nfs: adopt API & unit tests for nfs exportsAvan Thakkar2024-08-271-18/+134
* mgr/nfs: add cmount_pathavanthakkar2024-08-273-92/+128
* mgr/nfs: Do not ignore clusters from rados pool conf objectsAnoop C S2024-07-152-26/+26
* mgr/nfs: Don't crash ceph-mgr if NFS clusters are unavailable.Ponnuvel Palaniyappan2024-06-151-1/+6
* mgr/nfs: use helper to validate cephfs pathDhairya Parmar2024-01-301-8/+1
* mgr/nfs: validate path before updating a cephfs exportDhairya Parmar2024-01-301-0/+2
* mgr/nfs: add a helper to validate cephfs pathDhairya Parmar2024-01-301-0/+11
* mgr/nfs: include pseudo in JSON output when nfs export apply -i failsDhairya Parmar2023-12-041-1/+2
* mgr/nfs: report proper errno with err statusDhairya Parmar2023-10-121-5/+45
* mgr/nfs: add support for selecting between haproxy ingress modesJohn Mulligan2023-05-261-4/+21
* Merge pull request #47199 from adk3798/osp-nfs-haAdam King2023-05-032-7/+23
|\
| * mgr/cephadm: support for nfs backed by VIPAdam King2023-05-012-7/+23
* | mgr/nfs: handle exceptions for cephfs_path_is_dir()Dhairya Parmar2023-04-261-3/+11
* | mgr/nfs/utils: changes to helper func to check cephfs pathDhairya Parmar2023-04-262-19/+9
|/
* mgr/nfs: disallow non-existent paths when creating exportdparmar182023-03-301-1/+4
* mgr/nfs/tests: mock check_cephfs_pathDhairya Parmar2023-03-301-1/+2
* mgr/nfs/utils: add helper func to check cephfs pathDhairya Parmar2023-03-291-0/+30
* mgr/dashboard: adapt nfs export code to the new changes in nfs moduleNizamudeen A2023-02-141-0/+2
* mgr/nfs: autopep8 updatesJohn Mulligan2023-01-121-3/+3
* mgr/nfs: remove unused exception_handler functionJohn Mulligan2023-01-121-10/+0
* mgr/nfs: remove unused export_cluster_checker functionJohn Mulligan2023-01-121-19/+0
* mgr/nfs: convert _cmd_nfs_cluster_config_get to ErrorResponseHandler decoratorJohn Mulligan2023-01-123-12/+12
* mgr/nfs: convert _cmd_nfs_cluster_config_reset to EmptyResponder decoratorJohn Mulligan2023-01-122-7/+8
* mgr/nfs: convert _cmd_nfs_cluster_config_set to EmptyResponder decoratorJohn Mulligan2023-01-124-11/+20
* mgr/nfs: convert _cmd_nfs_export_apply to use Responder decoratorJohn Mulligan2023-01-123-50/+87
* mgr/nfs: convert _cmd_nfs_cluster_rm to use EmptyResponder decoratorJohn Mulligan2023-01-123-7/+11
* mgr/nfs: convert _cmd_nfs_cluster_create to use EmptyResponder decoratorJohn Mulligan2023-01-122-8/+13
* mgr/nfs: convert _cmd_nfs_export_rm to use EmptyResponder decoratorJohn Mulligan2023-01-123-14/+18
* mgr/nfs: convert _cmd_nfs_export_create_cephfs to use Responder decoratorJohn Mulligan2023-01-124-17/+37
* mgr/nfs: convert _cmd_nfs_cluster_info to use Responder decoratorJohn Mulligan2023-01-123-8/+8
* mgr/nfs: convert _cmd_nfs_cluster_ls to use Responder decoratorJohn Mulligan2023-01-123-7/+9
* mgr/nfs: convert _cmd_nfs_export_info to use Responder decoratorJohn Mulligan2023-01-122-9/+10
* mgr/nfs: convert _cmd_nfs_export_ls to use Responder decoratorJohn Mulligan2023-01-123-23/+28
* mgr/nfs: handle bad cluster name during info commanddparmar182022-12-221-0/+2
* mgr/nfs: add test cases to verify sectype can be setJohn Mulligan2022-10-051-2/+112
* mgr/nfs: add --sectype flag to nfs export create functionsJohn Mulligan2022-10-051-0/+4
* mgr/nfs: reformat long function calls to one line per argJohn Mulligan2022-10-051-9/+20
* mgr/nfs: add sectype argument to nfs export management funcsJohn Mulligan2022-10-051-2/+6
* mgr/nfs: add awareness of the SecType option to ganesha_conf.pyJohn Mulligan2022-10-051-6/+31
* mgr/nfs: validate virtual_ip parameterRedouane Kachach2022-05-231-0/+7
* Merge pull request #46006 from phlogistonjohn/jjm-nfs-cleanups-pt4Adam King2022-05-053-75/+104
|\
| * mgr/nfs: add test for access type validation funcJohn Mulligan2022-04-261-0/+11
| * mgr/nfs: add test for squash validation funcJohn Mulligan2022-04-261-0/+10
| * mgr/nfs: lift validate access type method to file level functionJohn Mulligan2022-04-261-11/+11
| * mgr/nfs: lift validate squash method to file level functionJohn Mulligan2022-04-261-14/+14