Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. ceph osd crush rule create-simple rack-aware default rack
  3. ceph osd pool get test crush_rule
  4. ceph osd pool set test crush_rule rack-aware && ceph -w
  5. ceph pg ls-by-pool test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement