Hello everyone,
I'm trying to import a VHDX file which was converted to RAW into a Ceph pool (cephfs_vm) but receive the following error:
That Ceph pool does exist:
And that VM (101) is in the cephfs_vm pool:
There are no config files in the qemu-server directory either:
Where are the VM config files on a Ceph setup or am I going about this the wrong way?
I'm trying to import a VHDX file which was converted to RAW into a Ceph pool (cephfs_vm) but receive the following error:
Code:
root@proxmox01:/mnt/pve/cephfs# qm importdisk 101 ./vm-101-disk-0 cephfs_vm
Configuration file 'nodes/proxmox01/qemu-server/101.conf' does not exist
That Ceph pool does exist:
Code:
root@proxmox01:/mnt/pve/cephfs# pveceph lspools
Name size min_size pg_num %-used used
cephfs_data 3 2 533 0.11 1653106999296
cephfs_metadata 3 2 133 0.00 170066385
cephfs_vm 3 2 533 0.01 97702052877
scbench 3 2 128 0.01 96674709504
Code:
root@proxmox01:/mnt/pve/cephfs# pvesm status
Name Type Status Total Used Available %
cephfs cephfs active 5328375808 1129889792 4198486016 21.21%
cephfs_vm rbd active 4230178355 31688499 4198489856 0.75%
local dir disabled 0 0 0 N/A
local-lvm lvmthin disabled 0 0 0 N/A
scbench rbd active 4229959424 31469568 4198489856 0.74%
And that VM (101) is in the cephfs_vm pool:
Code:
root@proxmox01:/mnt/pve/cephfs# rbd list cephfs_vm
vm-100-disk-0
vm-100-disk-1
vm-101-disk-0
vm-102-disk-0
vm-102-disk-1
vm-104-disk-0
There are no config files in the qemu-server directory either:
Code:
root@proxmox01:/mnt/pve/cephfs# ls -alh /etc/pve/qemu-server/
total 0
drwxr-xr-x 2 root www-data 0 Jul 23 12:45 .
drwxr-xr-x 2 root www-data 0 Jul 23 12:45 ..
Where are the VM config files on a Ceph setup or am I going about this the wrong way?