Hi All,
I'm using 3x pve 7.1-10 nodes as a cluster. I already connected synology box as shared storage. all features are working properly at the moment.
I'm working on moving some workloads from failing redhat openstack cluster with ceph storage to the pve cluster. As I did many times before, I connected redhat ceph cluster to pve using rbd.
below the steps I did
Create ceph user with called proxmox
crate new foder on /etc/pve/prive/ called "ceph"
created new keyring file on /etc/pve/prive/ceph called rh-ceph.keyring
added rbd storage from gui. datacenter -> storage
after this step I can see the rh-ceph storage attached to the pve-01. I can check the space utilization and all the images inside it.
Then I do rbd copy of openstack vm image and with the proper name that proxmox can search
then I resacn the vmid using qm rescan
After this step I can see new unreferenced disk added to vm103 with rh-ceph storage backend
but when I try to add this disk to the vm it giving me below error
I followed this thread that suggest to remove the keyring file from the location /etc/pve/priv/ceph . but after I remove the keyring file ceph storage wont work anymore.
I'm using 3x pve 7.1-10 nodes as a cluster. I already connected synology box as shared storage. all features are working properly at the moment.
I'm working on moving some workloads from failing redhat openstack cluster with ceph storage to the pve cluster. As I did many times before, I connected redhat ceph cluster to pve using rbd.
below the steps I did
Create ceph user with called proxmox
Code:
[client.proxmox]
key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==
caps mon = "allow *"
caps osd = "allow *"
crate new foder on /etc/pve/prive/ called "ceph"
created new keyring file on /etc/pve/prive/ceph called rh-ceph.keyring
added rbd storage from gui. datacenter -> storage
Code:
rbd: rh-ceph
content images
krbd 0
monhost 10.10.80.2,10.10.80.3,10.10.80.4
nodes pve-01
pool volumes
username proxmox
after this step I can see the rh-ceph storage attached to the pve-01. I can check the space utilization and all the images inside it.
Then I do rbd copy of openstack vm image and with the proper name that proxmox can search
Code:
rbd cp volume/openstack-image-name volume/vm-103-sidk-0
then I resacn the vmid using qm rescan
Code:
qm rescan --vmid 103
After this step I can see new unreferenced disk added to vm103 with rh-ceph storage backend
but when I try to add this disk to the vm it giving me below error
Code:
failed to update VM 103: rbd error: rbd: info: (95) Operation not supported (500)
I followed this thread that suggest to remove the keyring file from the location /etc/pve/priv/ceph . but after I remove the keyring file ceph storage wont work anymore.
Code:
root@pve-01:/etc/pve/priv/ceph# pveversion -v
proxmox-ve: 7.1-1 (running kernel: 5.13.19-4-pve)
pve-manager: 7.1-10 (running version: 7.1-10/6ddebafe)
pve-kernel-helper: 7.1-10
pve-kernel-5.13: 7.1-7
pve-kernel-5.11: 7.0-10
pve-kernel-5.13.19-4-pve: 5.13.19-9
pve-kernel-5.11.22-7-pve: 5.11.22-12
pve-kernel-5.11.22-4-pve: 5.11.22-9
ceph-fuse: 15.2.14-pve1
corosync: 3.1.5-pve2
criu: 3.15-1+pve-1
glusterfs-client: 9.2-1
ifupdown2: 3.1.0-1+pmx3
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-1
libknet1: 1.22-pve2
libproxmox-acme-perl: 1.4.1
libproxmox-backup-qemu0: 1.2.0-1
libpve-access-control: 7.1-6
libpve-apiclient-perl: 3.2-1
libpve-common-perl: 7.1-3
libpve-guest-common-perl: 4.1-1
libpve-http-server-perl: 4.1-1
libpve-storage-perl: 7.1-1
libspice-server1: 0.14.3-2.1
lvm2: 2.03.11-2.1
lxc-pve: 4.0.11-1
lxcfs: 4.0.11-pve1
novnc-pve: 1.3.0-1
proxmox-backup-client: 2.1.5-1
proxmox-backup-file-restore: 2.1.5-1
proxmox-mini-journalreader: 1.3-1
proxmox-widget-toolkit: 3.4-6
pve-cluster: 7.1-3
pve-container: 4.1-4
pve-docs: 7.1-2
pve-edk2-firmware: 3.20210831-2
pve-firewall: 4.2-5
pve-firmware: 3.3-5
pve-ha-manager: 3.3-3
pve-i18n: 2.6-2
pve-qemu-kvm: 6.1.1-2
pve-xtermjs: 4.16.0-1
qemu-server: 7.1-4
smartmontools: 7.2-1
spiceterm: 3.2-2
swtpm: 0.7.0~rc1+2
vncterm: 1.7-1
zfsutils-linux: 2.1.2-pve1
Last edited: