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
/
tests
/
test_nfs.py
(
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
1
-4
/
+4
*
mgr/nfs: add additional tests for cmount_path & user_id deletion
Avan Thakkar
2024-08-29
1
-0
/
+22
*
mgr/nfs: adopt API & unit tests for nfs exports
Avan Thakkar
2024-08-27
1
-18
/
+134
*
mgr/nfs/utils: changes to helper func to check cephfs path
Dhairya Parmar
2023-04-26
1
-1
/
+1
*
mgr/nfs/tests: mock check_cephfs_path
Dhairya Parmar
2023-03-30
1
-1
/
+2
*
mgr/nfs: autopep8 updates
John Mulligan
2023-01-12
1
-3
/
+3
*
mgr/nfs: convert _cmd_nfs_cluster_config_get to ErrorResponseHandler decorator
John Mulligan
2023-01-12
1
-6
/
+3
*
mgr/nfs: convert _cmd_nfs_cluster_config_set to EmptyResponder decorator
John Mulligan
2023-01-12
1
-4
/
+2
*
mgr/nfs: convert _cmd_nfs_export_apply to use Responder decorator
John Mulligan
2023-01-12
1
-8
/
+11
*
mgr/nfs: convert _cmd_nfs_export_rm to use EmptyResponder decorator
John Mulligan
2023-01-12
1
-2
/
+2
*
mgr/nfs: convert _cmd_nfs_export_create_cephfs to use Responder decorator
John Mulligan
2023-01-12
1
-4
/
+4
*
mgr/nfs: convert _cmd_nfs_cluster_info to use Responder decorator
John Mulligan
2023-01-12
1
-3
/
+2
*
mgr/nfs: convert _cmd_nfs_cluster_ls to use Responder decorator
John Mulligan
2023-01-12
1
-3
/
+2
*
mgr/nfs: convert _cmd_nfs_export_ls to use Responder decorator
John Mulligan
2023-01-12
1
-16
/
+8
*
mgr/nfs: add test cases to verify sectype can be set
John Mulligan
2022-10-05
1
-2
/
+112
*
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: rename export_utils.py to ganesha_conf.py
John Mulligan
2022-04-26
1
-3
/
+3
*
mgr/nfs: add unit test for normalize_path
John Mulligan
2022-02-23
1
-1
/
+17
*
mgr/nfs: take user-id and/or bucket for 'nfs export create rgw'
Sage Weil
2021-11-04
1
-3
/
+98
*
mgr/nfs/export: use tool_exec() instead of private _exec()
Sage Weil
2021-10-29
1
-2
/
+2
*
Merge pull request #42526 from liewegas/dashboard-nfs
Ernesto Puerta
2021-10-19
1
-8
/
+10
|
\
|
*
mgr/dashboard: NFS exports: API + UI: integration with mgr/nfs; cleanups
Alfonso MartÃnez
2021-10-18
1
-8
/
+10
*
|
mgr/nfs: add some test coverage for cluster info, cluster config
Sage Weil
2021-10-15
1
-3
/
+69
|
/
*
src/pybind/mgr/nfs/tests: pass cluster_id to from_export_block()
Varsha Rao
2021-08-05
1
-4
/
+4
*
src/pybind/mgr/nfs: remove `tag` option
Varsha Rao
2021-08-05
1
-18
/
+0
*
src/pybind/mgr/nfs: remove per daemon config test
Varsha Rao
2021-08-05
1
-29
/
+7
*
src/pybind/mgr/nfs: directly use cluster_id and remove daemon related stuff
Varsha Rao
2021-08-05
1
-260
/
+64
*
mgr/nfs: use bucket owner creds for rgw bucket export
Sage Weil
2021-07-26
1
-6
/
+0
*
mgr/nfs: use NFS_POOL_NAME in test_nfs.py
Sage Weil
2021-07-14
1
-11
/
+12
*
mgr/nfs: test export apply on JSON list
Sage Weil
2021-07-14
1
-0
/
+91
*
mgr/nfs: add test for ganesha conf apply/import
Sage Weil
2021-07-14
1
-0
/
+31
*
mgr/nfs: change nfs pool to .nfs
Sage Weil
2021-07-14
1
-12
/
+10
*
mgr/nfs: adjust test to match pool name
Sage Weil
2021-07-14
1
-3
/
+3
*
mgr/nfs: move user create/delete into helper
Sage Weil
2021-06-26
1
-28
/
+27
*
mgr/nfs: refactor create_export_from_dict() helper
Sage Weil
2021-06-22
1
-1
/
+1
*
mgr/nfs: merge FSExport back into ExportMgr
Sage Weil
2021-06-21
1
-1
/
+1
*
mgr/nfs: merge 'nfs export {update,import}' -> 'nfs export apply'
Sage Weil
2021-06-21
1
-1
/
+88
*
mgr/nfs: test export creation and list
Sage Weil
2021-06-21
1
-100
/
+123
*
mgr/nfs: test export_update (+ fixes)
Sage Weil
2021-06-21
1
-35
/
+28
*
mgr/nfs: test Export.validate(); several fixes
Sage Weil
2021-06-21
1
-2
/
+20
*
mgr/nfs: test that export <-> block+dict conversions go both ways
Sage Weil
2021-06-21
1
-0
/
+32
*
mgr/nfs: clean up test a bit
Sage Weil
2021-06-21
1
-33
/
+32
*
mgr/nfs: fix/finish rgw export
Sage Weil
2021-06-21
1
-1
/
+1
*
mgr/nfs: flake8
Sebastian Wagner
2021-06-17
1
-40
/
+39
*
mgr/nfs: Add type checking
Sebastian Wagner
2021-06-17
1
-49
/
+45
*
mgr/nfs: Add __eq__ method to Export
Sebastian Wagner
2021-06-17
1
-5
/
+3
*
mgr/nfs: Copy unit tests from mgr/dashboard
Sebastian Wagner
2021-06-17
1
-0
/
+834