Hi.
I am currently upgrading my cluster to 6.x by the official guide. I am stuck in the ceph upgtade by this guide https://pve.proxmox.com/wiki/Ceph_Luminous_to_Nautilus at the topic of "Restart the OSD daemon on all nodes".
The restart goes fine, but the command "ceph-volume simple scan" gives
So it found the /dev/sdb1 which is a HDD, but it's missing the nvme drive at /dev/nvme0n1.
If i try to give the drive it failes too:
Any idea how to proceed?
I am currently upgrading my cluster to 6.x by the official guide. I am stuck in the ceph upgtade by this guide https://pve.proxmox.com/wiki/Ceph_Luminous_to_Nautilus at the topic of "Restart the OSD daemon on all nodes".
The restart goes fine, but the command "ceph-volume simple scan" gives
Code:
root@pve02:~# ceph-volume simple scan
stderr: lsblk: /var/lib/ceph/osd/ceph-5: not a block device
stderr: Bad argument "/var/lib/ceph/osd/ceph-5", expected an absolute path in /dev/ or /sys or a unit name: Invalid argument
Running command: /sbin/cryptsetup status /dev/sdb1
--> OSD 5 got scanned and metadata persisted to file: /etc/ceph/osd/5-e172bf8a-4840-4447-aa0a-396238d2ba51.json
--> To take over management of this scanned OSD, and disable ceph-disk and udev, run:
--> ceph-volume simple activate 5 e172bf8a-4840-4447-aa0a-396238d2ba51
stderr: lsblk: /var/lib/ceph/osd/ceph-6: not a block device
stderr: Bad argument "/var/lib/ceph/osd/ceph-6", expected an absolute path in /dev/ or /sys or a unit name: Invalid argument
Running command: /sbin/cryptsetup status tmpfs
stderr: blkid: error: tmpfs: No such file or directory
stderr: lsblk: tmpfs: not a block device
--> Ignoring /var/lib/ceph/osd/ceph-6 because it's not a ceph-disk created osd.
root@pve02:~#
So it found the /dev/sdb1 which is a HDD, but it's missing the nvme drive at /dev/nvme0n1.
If i try to give the drive it failes too:
Code:
# ceph-volume simple scan /dev/nvme0n1
usage: ceph-volume simple scan [-h] [-f] [--stdout] [OSD_PATH]
ceph-volume simple scan: error: Argument is not a directory or device which is required to scan
Any idea how to proceed?