-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Admin" role #121
Add "Admin" role #121
Conversation
Fixes: ceph#71 Signed-off-by: Ricardo Marques <rimarques@suse.com>
fb76676
to
0cb44ef
Compare
Codecov Report
@@ Coverage Diff @@
## master #121 +/- ##
==========================================
+ Coverage 77.87% 77.93% +0.05%
==========================================
Files 10 10
Lines 2111 2116 +5
==========================================
+ Hits 1644 1649 +5
Misses 467 467
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works!
Instead of installing "ceph-tools [1]" on all "Mgr" nodes, we will now install those tools on"Admin" nodes.
Note that "Bootstrap" minion must be an "Admin" node.
[1] ceph.conf, keyring, and ceph-common[2]
[2] ceph-common will be replaced by an alias on #120
Fixes: #71
Signed-off-by: Ricardo Marques rimarques@suse.com