Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
today we have to use the convoluted rule to place all TLOG replicas in nodes with ssd disk
{ "replica": 0, "type" : "TLOG" ,"diskType" : "!ssd" }
Ideally it should be expressed better as
{ "replica": "#ALL", "type" : "TLOG" , "diskType" : "ssd"}