]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephadm: zap raw devices before OSD deployment 68414/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 22 Apr 2026 21:02:10 +0000 (23:02 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 23 Apr 2026 13:27:08 +0000 (15:27 +0200)
commit6cc12f64b96c5d2257553326bd64c261725254db
tree52525d3a3379955188c7e05c93507900abdca092
parent981dfa4acef2d87938a92c1e69715e95ad7d845b
qa/cephadm: zap raw devices before OSD deployment

follow up on commit f3c938f5032885434dd2ab77f9b2e6bc05917f3c

```
2026-04-22T10:16:21.350 DEBUG:teuthology.orchestra.run.trial118:> sudo ceph-bluestore-tool zap-device --dev /dev/nvme3n1 --yes-i-really-really-mean-it
2026-04-22T10:16:21.358 INFO:teuthology.orchestra.run.trial118.stderr:sudo: ceph-bluestore-tool: command not found
```

ceph-bluestore-tool is not available on the host and must be run from within a container.

Instead, use `ceph-volume lvm zap` which internally calls `ceph-bluestore-tool zap-device`.

Fixes: https://tracker.ceph.com/issues/76238
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
qa/tasks/cephadm.py