Hi all Running Ceph version 0.45-1precise on 12.04 x64. I cannot find the right syntax to mount a specific pool created, that has a customised replica level set, which is different to the default "data" pool (i.e. we have an additional pool called "backup"). Can somebody please advise the right syntax?? I tried the following per: http://ceph.newdream.net/docs/master/man/8/mount.ceph/ mount -t ceph 10.32.0.10:6789:/backup /mnt/ceph -vv -o name=admin,secret=ThisIsNotTheRealSecret== And it hard-hung the server, and needed a hard power restart (ouch!). The following works fine, but it is not connecting to the "backup" pool (with no pool name specified, it is going to pool0 called "data"): mount -t ceph 10.32.0.10:6789:/ /mnt/ceph -vv -o name=admin,secret=ThisIsNotTheRealSecret== Very many thanks Paul -- 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