Signed-off-by: Joshua Schmid <jschmid@suse.de>
if not cmd:
logger.debug("No data_devices, skipping DriveGroup: {}".format(drive_group.service_id))
continue
- env_vars = [f"CEPH_VOLUME_OSDSPEC_AFFINITY={drive_group.service_id}"]
+ # env_vars = [f"CEPH_VOLUME_OSDSPEC_AFFINITY={drive_group.service_id}"]
+ # disable this until https://github.com/ceph/ceph/pull/34835 is merged
+ env_vars: List[str] = []
ret_msg = self.create(host, cmd, replace_osd_ids=drive_group.osd_id_claims.get(host, []), env_vars=env_vars)
ret.append(ret_msg)
return ", ".join(ret)