Skip to content

Instantly share code, notes, and snippets.

Created July 7, 2014 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2e68b507c29fe58927ea to your computer and use it in GitHub Desktop.
Save anonymous/2e68b507c29fe58927ea to your computer and use it in GitHub Desktop.
Bearderdawer just pegs out Qemu
Mtest2 runs just fine
cloudbro@570-dev1-b:~$ rbd -p primary-data info Bearderedawer
rbd image 'Bearderedawer':
size 750 GB in 192000 objects
order 22 (4096 kB objects)
block_name_prefix: rbd_data.861f1b0486e9
format: 2
features: layering, striping
stripe unit: 1 bytes
stripe count: 4194304
cloudbro@570-dev1-b:~$ rbd -p ^Cta info Bearderedawer
cloudbro@570-dev1-b:~$ rbd -p primary-data info Mtest2
rbd image 'Mtest2':
size 100000 MB in 25000 objects
order 22 (4096 kB objects)
block_name_prefix: rb.0.82af.238e1f29
format: 1
cloudbro@570-dev1-b:~$ rbd -p primary-data info Bearderedawer
rbd image 'Bearderedawer':
size 750 GB in 192000 objects
order 22 (4096 kB objects)
block_name_prefix: rbd_data.861f1b0486e9
format: 2
features: layering, striping
stripe unit: 1 bytes
stripe count: 4194304
cloudbro@570-dev1-b:~$ qemu-img info rbd:primary-data/Bearderedawer
^C
cloudbro@570-dev1-b:~$ qemu-img info rbd:primary-data/Mtest2
image: rbd:primary-data/Mtest2
file format: raw
virtual size: 98G (104857600000 bytes)
disk size: unavailable
cluster_size: 4194304
cloudbro@570-dev1-b:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment