Hi Norman
You can use rbd-fuse to mount pools, but the performance it's not so good...
#rbd-fuse -p pool_name /path/to/pool_mountpoint
Then format/mount the images inside the pool
#mkfs.{xfs,ext4} /path/to/pool_mountpoint/image
#mount /path/to/pool_mountpoint/image...