Project

General

Profile

Feature #2883

Updated by Anonymous almost 12 years ago

As an admin, I want to specify in environment 

   "osd crush location": { 
     "datacenter": "westcoast", 
   } 

 and in node: 

   "osd crush location": { 
     "rack": "7", 
   } 

 and have the resulting ceph.conf say 

   osd crush location = datacenter=westcoast, rack=7 

Back