Copy Ceph Disk on Ceph Storage

starnetwork

Renowned Member
Dec 8, 2009
430
10
83
Hi,
I have Ceph storage, now I want to copy my VM Disk from disk-1 to disk-3
using:
Code:
rbd -p Ceph1 -m 10.10.10.1 -n client.admin --keyring /etc/pve/priv/ceph/Ceph1_vm.keyring --auth_supported cephx cp vm-110-disk-1 vm-110-disk-3

show me the error:
rbd: error opening default pool 'rbd'
Ensure that the default pool has been created or specify an alternate pool name.

suggestions?
 
SYNOPSIS
rbd [ -c ceph.conf ] [ -m monaddr ] [--cluster cluster-name]
[ -p | --pool pool ] [ command ... ]
Taken from the man page. Try to set the '-p' after the connection details.