You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the osd.rb recipe, devices are specified by the following node attribute:
devices = node['ceph']['osd']['devices']
As long as each node that this recipe runs on has the exact same OSD device, this works correctly. However, in some cases, nodes running the osd recipe may have different specifications for its devices. For instance, one node might have a volume called "/dev/vdb":
Ideally, we should be able to qualify OSD devices by FQDN so that we don't need to update the attribute every time we have an OSD with a differently named/type of device:
I can see that but the initial thought was all nodes nodes would be similar configs. Could keep the default as is but add a fqdn attribute that would override the default for those that are different. I will take a look. Thanks
In the osd.rb recipe, devices are specified by the following node attribute:
As long as each node that this recipe runs on has the exact same OSD device, this works correctly. However, in some cases, nodes running the osd recipe may have different specifications for its devices. For instance, one node might have a volume called "/dev/vdb":
While another node has a volume called "/dev/vdc":
Ideally, we should be able to qualify OSD devices by FQDN so that we don't need to update the attribute every time we have an OSD with a differently named/type of device:
The text was updated successfully, but these errors were encountered: