]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #42318 into master
authorSage Weil <sage@newdream.net>
Tue, 10 Aug 2021 20:47:34 +0000 (16:47 -0400)
committerSage Weil <sage@newdream.net>
Tue, 10 Aug 2021 20:47:34 +0000 (16:47 -0400)
commit5bb9f33c9158b61a0561db2be07272a83e43af6f
tree7417fb538cc0f3430543d35d340ff4992fb009a3
parent4b9a3b217127d003d4ae6addb1f0e1d8ce21b816
parent8635ded8e773b866875ffd11f3a115434dc9d77c
Merge PR #42318 into master

* refs/pull/42318/head:
mgr/rook: update DefaultFetcher device path to look at local and fix bug
mgr/rook: add node and PV name information to Device in DefaultFetcher
mgr/rook: fix typing errors in Fetcher classes
mgr/rook: create and use DefaultFetcher and LSOFetcher classes
mgr/rook: create KubernetesCustomResource class to fetch CRs
mgr/rook: fix device ls error handling
mgr/rook: change storage class module option name and default value
mgr/rook: fix typing errors related to storage_class_name and device ls
mgr/rook: make `device ls` only display pvs in specified storage class
mgr/rook: add StorageV1Api and storage_class_name to RookCluster
mgr/rook: add StorageV1Api to RookOrchestrator
mgr/rook: add mgr/rook/storage_class_name to ceph config
mgr/rook: ceph orch device ls fetch and display info about PVs
mgr/rook: add CustomObjectsApi to RookCluster

Reviewed-by: Juan Miguel Olmo <jolmomar@redhat.com>
src/pybind/mgr/rook/module.py
src/pybind/mgr/rook/rook_cluster.py