diff --git a/daemon-common/ceph.py b/daemon-common/ceph.py index 06318991..ea0a1697 100644 --- a/daemon-common/ceph.py +++ b/daemon-common/ceph.py @@ -932,7 +932,7 @@ def clone_volume(zk_conn, pool, name_src, name_new): '/ceph/snapshots/{}/{}'.format(pool, name_new): '', }) - return True, 'Cloned RBD volume "{}" to "{}" in pool "{}"'.format(name, name_new, pool) + return True, 'Cloned RBD volume "{}" to "{}" in pool "{}"'.format(name_src, name_new, pool) def resize_volume(zk_conn, pool, name, size): if not verifyVolume(zk_conn, pool, name):