There you go.

default~MONERO is unusual, though.

Please send:

ceph df | head -10

How / why did you name a device class MONERO?  By default OSDs will populate as 
"hdd" or "ssd" depending on the block device's `rotational` attribute.



On Jul 11, 2026, at 11:00 AM, listy via ceph-users <[email protected]> wrote:

-> $ ceph osd crush rule dump
[
   {
       "rule_id": 0,
       "rule_name": "replicated_rule",
       "type": 1,
       "steps": [
           {
               "op": "take",
               "item": -1,
               "item_name": "default"
           },
           {
               "op": "chooseleaf_firstn",
               "num": 0,
               "type": "host"
           },
           {
               "op": "emit"
           }
       ]
   },
   {
       "rule_id": 2,
       "rule_name": "replicated_rule_MONERO",
       "type": 1,
       "steps": [
           {
               "op": "take",
               "item": -16,
               "item_name": "default~MONERO"
           },
           {
               "op": "chooseleaf_firstn",
               "num": 0,
               "type": "host"
           },
           {
               "op": "emit"
           }
       ]
   }
]

-> $ ceph osd crush class ls
[
   "MONERO"
]
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to