I tried using rbd snapshots for the first time today. Creating a snapshot works, but I'm not able to copy the snapshot to a new volume (I'm still using 0.32). Here is what I get: # rbd snap create --snap=mysnapshot myimage # rbd cp --snap=mysnapshot myimage mysnapcopy *** Caught signal (Segmentation fault) ** in thread 0x7fd91280a720 ceph version 0.32 (commit:c08d08baa6a945d989427563e46c992f757ad5eb) 1: rbd() [0x449034] 2: (()+0xf520) [0x7fd911e00520] 3: (librbd::snap_set(librbd::ImageCtx*, char const*)+0x10) [0x7fd9123eb6a0] 4: (main()+0x49f) [0x443bcf] 5: (__libc_start_main()+0xfd) [0x7fd9109f4c9d] 6: rbd() [0x440f29] Segmentation fault Is this a bug or am I using the wrong syntax? Thanks, Christian -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html