index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pybind
/
mgr
/
nfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mgr/cephadm: add NFSv3 protocol to cephadm generated ganesha conf
Adam King
2024-10-21
1
-1
/
+1
*
mgr/nfs: add NFSv3 protocol to exports
Adam King
2024-10-21
2
-5
/
+5
*
mgr/nfs: earmark resolver for subvolume
Avan Thakkar
2024-09-25
2
-10
/
+53
*
mgr/nfs: add additional tests for cmount_path & user_id deletion
Avan Thakkar
2024-08-29
1
-0
/
+22
*
mgr/nfs: ensure user_id for create_export_from_dict
Avan Thakkar
2024-08-28
1
-4
/
+5
*
mgr/nfs: adopt API & unit tests for nfs exports
Avan Thakkar
2024-08-27
1
-18
/
+134
*
mgr/nfs: add cmount_path
avanthakkar
2024-08-27
3
-92
/
+128
*
mgr/nfs: Do not ignore clusters from rados pool conf objects
Anoop C S
2024-07-15
2
-26
/
+26
*
mgr/nfs: Don't crash ceph-mgr if NFS clusters are unavailable.
Ponnuvel Palaniyappan
2024-06-15
1
-1
/
+6
*
mgr/nfs: use helper to validate cephfs path
Dhairya Parmar
2024-01-30
1
-8
/
+1
*
mgr/nfs: validate path before updating a cephfs export
Dhairya Parmar
2024-01-30
1
-0
/
+2
*
mgr/nfs: add a helper to validate cephfs path
Dhairya Parmar
2024-01-30
1
-0
/
+11
*
mgr/nfs: include pseudo in JSON output when nfs export apply -i fails
Dhairya Parmar
2023-12-04
1
-1
/
+2
*
mgr/nfs: report proper errno with err status
Dhairya Parmar
2023-10-12
1
-5
/
+45
*
mgr/nfs: add support for selecting between haproxy ingress modes
John Mulligan
2023-05-26
1
-4
/
+21
*
Merge pull request #47199 from adk3798/osp-nfs-ha
Adam King
2023-05-03
2
-7
/
+23
|
\
|
*
mgr/cephadm: support for nfs backed by VIP
Adam King
2023-05-01
2
-7
/
+23
*
|
mgr/nfs: handle exceptions for cephfs_path_is_dir()
Dhairya Parmar
2023-04-26
1
-3
/
+11
*
|
mgr/nfs/utils: changes to helper func to check cephfs path
Dhairya Parmar
2023-04-26
2
-19
/
+9
|
/
*
mgr/nfs: disallow non-existent paths when creating export
dparmar18
2023-03-30
1
-1
/
+4
*
mgr/nfs/tests: mock check_cephfs_path
Dhairya Parmar
2023-03-30
1
-1
/
+2
*
mgr/nfs/utils: add helper func to check cephfs path
Dhairya Parmar
2023-03-29
1
-0
/
+30
*
mgr/dashboard: adapt nfs export code to the new changes in nfs module
Nizamudeen A
2023-02-14
1
-0
/
+2
*
mgr/nfs: autopep8 updates
John Mulligan
2023-01-12
1
-3
/
+3
*
mgr/nfs: remove unused exception_handler function
John Mulligan
2023-01-12
1
-10
/
+0
*
mgr/nfs: remove unused export_cluster_checker function
John Mulligan
2023-01-12
1
-19
/
+0
*
mgr/nfs: convert _cmd_nfs_cluster_config_get to ErrorResponseHandler decorator
John Mulligan
2023-01-12
3
-12
/
+12
*
mgr/nfs: convert _cmd_nfs_cluster_config_reset to EmptyResponder decorator
John Mulligan
2023-01-12
2
-7
/
+8
*
mgr/nfs: convert _cmd_nfs_cluster_config_set to EmptyResponder decorator
John Mulligan
2023-01-12
4
-11
/
+20
*
mgr/nfs: convert _cmd_nfs_export_apply to use Responder decorator
John Mulligan
2023-01-12
3
-50
/
+87
*
mgr/nfs: convert _cmd_nfs_cluster_rm to use EmptyResponder decorator
John Mulligan
2023-01-12
3
-7
/
+11
*
mgr/nfs: convert _cmd_nfs_cluster_create to use EmptyResponder decorator
John Mulligan
2023-01-12
2
-8
/
+13
*
mgr/nfs: convert _cmd_nfs_export_rm to use EmptyResponder decorator
John Mulligan
2023-01-12
3
-14
/
+18
*
mgr/nfs: convert _cmd_nfs_export_create_cephfs to use Responder decorator
John Mulligan
2023-01-12
4
-17
/
+37
*
mgr/nfs: convert _cmd_nfs_cluster_info to use Responder decorator
John Mulligan
2023-01-12
3
-8
/
+8
*
mgr/nfs: convert _cmd_nfs_cluster_ls to use Responder decorator
John Mulligan
2023-01-12
3
-7
/
+9
*
mgr/nfs: convert _cmd_nfs_export_info to use Responder decorator
John Mulligan
2023-01-12
2
-9
/
+10
*
mgr/nfs: convert _cmd_nfs_export_ls to use Responder decorator
John Mulligan
2023-01-12
3
-23
/
+28
*
mgr/nfs: handle bad cluster name during info command
dparmar18
2022-12-22
1
-0
/
+2
*
mgr/nfs: add test cases to verify sectype can be set
John Mulligan
2022-10-05
1
-2
/
+112
*
mgr/nfs: add --sectype flag to nfs export create functions
John Mulligan
2022-10-05
1
-0
/
+4
*
mgr/nfs: reformat long function calls to one line per arg
John Mulligan
2022-10-05
1
-9
/
+20
*
mgr/nfs: add sectype argument to nfs export management funcs
John Mulligan
2022-10-05
1
-2
/
+6
*
mgr/nfs: add awareness of the SecType option to ganesha_conf.py
John Mulligan
2022-10-05
1
-6
/
+31
*
mgr/nfs: validate virtual_ip parameter
Redouane Kachach
2022-05-23
1
-0
/
+7
*
Merge pull request #46006 from phlogistonjohn/jjm-nfs-cleanups-pt4
Adam King
2022-05-05
3
-75
/
+104
|
\
|
*
mgr/nfs: add test for access type validation func
John Mulligan
2022-04-26
1
-0
/
+11
|
*
mgr/nfs: add test for squash validation func
John Mulligan
2022-04-26
1
-0
/
+10
|
*
mgr/nfs: lift validate access type method to file level function
John Mulligan
2022-04-26
1
-11
/
+11
|
*
mgr/nfs: lift validate squash method to file level function
John Mulligan
2022-04-26
1
-14
/
+14
[next]