mirror of https://github.com/ceph/go-ceph
contrib: add common/admin/manager to implements
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
cc1cb6ed24
commit
f27408f8bf
|
@ -110,7 +110,7 @@ func main() {
|
|||
if verbose {
|
||||
logger.Printf("Processing package (with C): %s\n", pkg)
|
||||
}
|
||||
case "cephfs/admin", "rbd/admin", "rgw/admin":
|
||||
case "cephfs/admin", "rbd/admin", "rgw/admin", "common/admin/manager":
|
||||
if verbose {
|
||||
logger.Printf("Processing package: %s\n", pkg)
|
||||
}
|
||||
|
|
|
@ -246,7 +246,7 @@ implements_tool() {
|
|||
show ./implements --list \
|
||||
--report-json "${RESULTS_DIR}/implements.json" \
|
||||
--report-text "${RESULTS_DIR}/implements.txt" \
|
||||
cephfs rados rbd cephfs/admin rbd/admin rgw/admin
|
||||
cephfs rados rbd cephfs/admin rbd/admin rgw/admin common/admin/manager
|
||||
# output the brief summary info onto stdout
|
||||
grep '^[A-Z]' "${RESULTS_DIR}/implements.txt"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue