]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/util/arg_validators.py
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / ceph-volume / ceph_volume / util / arg_validators.py
index 655f7cd55ed0f9d882e72a255a267da0524930ee..1abb5165ec004349531c5c38847dab8ecdd9695f 100644 (file)
@@ -121,7 +121,7 @@ class ValidBatchDataDevice(ValidBatchDevice, ValidDataDevice):
         # leave the validation to Batch.get_deployment_layout()
         # This way the idempotency isn't broken (especially when using --osds-per-device)
         for lv in self._device.lvs:
-            if lv.tags.get('ceph.type') in ['db', 'wal', 'journal']:
+            if lv.tags.get('ceph.type') in ['db', 'wal']:
                 return self._device
         if self._device.used_by_ceph:
             return self._device