ceph/qa/tasks/cephfs
Sage Weil 9ab9cc26e2 Merge PR #41007 into master
* refs/pull/41007/head:
	qa/tasks/cephfs/test_nfs: fix info test
	doc/cephfs/fs-nfs-exports: document --ingress --virtual-ip
	mgr/nfs: move ingress vs virtual_ip check to cluster interface
	PendingReleaseNotes: clarify deprecated
	PendingReleaseNotes: note breaking CLI changes
	doc/cephadm/nfs: document nfs+ingress
	qa/suites/rados/cephadm/smoke-roleless: test nfs, nfs + ingress
	mgr/nfs: take --ingress argument to 'nfs cluster create'
	mgr/cephadm: adjust debug output for device refresh
	mgr/cephadm: ingress: fix log msg
	mgr/cephadm: fix logging of config/placement errors
	common/options: enable nfs module for new clusters
	cephadm: --stop-signal=SIGTERM
	mgr/orchestrator: default nfs pool, namespaces
	mgr/cephadm: nfs: create pool if it doesn't yet exist
	doc/cephadm/nfs: update
	mgr/nfs: change 'nfs cluster info'
	mgr/nfs: take optional virtual_ip for deploying ingress
	mgr/nfs: remove 'nfs cluster update'
	mgr/nfs: factor out ganesha pool creation
	mgr/nfs: delete -> rm for CLI
	mgr/nfs: add some type annotations
	python-common: fix IngressSpec yaml dump
	mgr/cephadm: ingress: remove eth0 default
	qa/tasks/cephadm: allow mounting volumes in shell
	cephadm: add -v arg to shell
	qa/tasks/vip: add 'vip.exec' task
	mgr/orchestrator: add --port arg to 'orch apply nfs'
	mgr/cephadm: nfs: add purge
	mgr/cephadm: ingress: support nfs
	mgr/cephadm: do not reconfigure daemons on deleted services
	mgr/cephadm: nfs: shell out to rados tool for conf creation
	mgr/cephadm: nfs: add rank to grace file from mgr module
	mgr/cephadm: nfs: bind ganesha to appropriate ip:port
	mgr/cephadm: enable ranked daemons for nfs
	mgr/cephadm: support creation of daemons with ranks
	mgr/cephadm: make _plan show removed daemon names
	mgr/cephadm/schedule: assign/map ranks
	mgr/cephadm: add rank[_generation] properties
	mgr/cephadm/inventory: store optional rank_map along with specs
	mgr/cephadm: include service_name is generated DaemonDescription
	mgr/orchestrator: include service_name in DaemonDescription dump
	mgr/cephadm/inventory: fix deleted check
	mgr/cephadm: simplify
	mgr/cephadm/schedule: make placement shuffle deterministic
	mgr/cephadm: document CephadmService flags

Reviewed-by: Michael Fritch <mfritch@suse.com>
Reviewed-by: Varsha Rao <varao@redhat.com>
2021-05-25 16:17:44 -04:00
..
__init__.py
caps_helper.py qa/cephfs: remove create_keyring_file from cephfs_test_case.py 2021-04-08 12:11:00 +05:30
cephfs_test_case.py Merge PR #40431 into master 2021-04-09 20:02:27 -07:00
filesystem.py qa: test standby-replay with fs:workloads 2021-04-08 11:37:56 -07:00
fuse_mount.py qa/cephfs: don't take parameter cwd in _create_mntpt() 2021-03-10 12:04:41 +05:30
kernel_mount.py
mount.py Merge PR #39847 into master 2021-03-16 20:21:52 -07:00
test_acls.py
test_admin.py Merge PR #40431 into master 2021-04-09 20:02:27 -07:00
test_auto_repair.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_backtrace.py
test_cap_flush.py qa: simplify tests which stop MDS ranks 2021-03-21 10:35:06 -07:00
test_cephfs_shell.py
test_client_limits.py
test_client_recovery.py qa: simplify tests which stop MDS ranks 2021-03-21 10:35:06 -07:00
test_damage.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_data_scan.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_dump_tree.py
test_exports.py
test_failover.py qa: add test for standby-replay disable 2021-03-15 20:52:07 -07:00
test_flush.py
test_forward_scrub.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_fragment.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_fstop.py
test_full.py
test_journal_migration.py
test_journal_repair.py
test_mantle.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_mds_metrics.py
test_meta_injection.py
test_mirroring.py Merge PR #41084 into master 2021-05-20 12:42:19 -07:00
test_misc.py qa: test fs lsflags command 2021-04-08 11:09:18 +05:30
test_multifs_auth.py qa/cephfs: remove create_keyring_file from cephfs_test_case.py 2021-04-08 12:11:00 +05:30
test_multimds_misc.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_nfs.py qa/tasks/cephfs/test_nfs: fix info test 2021-05-25 10:15:45 -04:00
test_openfiletable.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_pool_perm.py
test_quota.py
test_readahead.py
test_recovery_pool.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_scrub_checks.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_scrub.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_sessionmap.py
test_snap_schedules.py mgr/pybind/snap_schedule: do not fail when no fs snapshot schedules are available 2021-04-26 08:57:28 +02:00
test_snapshots.py
test_strays.py qa: reduce dependence on teuthology role list for mds 2021-03-21 10:35:07 -07:00
test_volumes.py qa/tasks/cephfs: create enough subvolumes 2021-03-30 16:36:21 -04:00
xfstests_dev.py