spacepaste

  1.  
  2. On the storage node:
  3. root@storage-01:~ # fdisk -l /dev/mapper/cinder--std-volume--542d4bfc--7b64--479e--8eda--5bb929f1c8ed
  4. Disk /dev/mapper/cinder--std-volume--542d4bfc--7b64--479e--8eda--5bb929f1c8ed: 20 GiB, 21474836480 bytes, 41943040 sectors
  5. Units: sectors of 1 * 512 = 512 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disklabel type: dos
  9. Disk identifier: 0xe534536a
  10. Device Boot Start End Sectors Size Id Type
  11. /dev/mapper/cinder--std-volume--542d4bfc--7b64--479e--8eda--5bb929f1c8ed-part1 * 2048 41943006 41940959 20G 83 Linux
  12. root@storage-01:~ # lvdisplay
  13. --- Logical volume ---
  14. LV Path /dev/cinder-std/volume-542d4bfc-7b64-479e-8eda-5bb929f1c8ed
  15. LV Name volume-542d4bfc-7b64-479e-8eda-5bb929f1c8ed
  16. VG Name cinder-std
  17. LV UUID 9mjEIH-RjHt-Xu9r-apch-Ncf1-iAow-voPBGX
  18. LV Write Access read/write
  19. LV Creation host, time storage-01, 2017-04-25 15:33:37 -0600
  20. LV Status available
  21. # open 1
  22. LV Size 20.00 GiB
  23. Current LE 5120
  24. Segments 1
  25. Allocation inherit
  26. Read ahead sectors auto
  27. - currently set to 256
  28. Block device 253:0
  29. In the instance:
  30. gentoo-base ~ # fdisk -l /dev/vda
  31. Disk /dev/vda: 20 GiB, 21474836480 bytes, 41943040 sectors
  32. Units: sectors of 1 * 512 = 512 bytes
  33. Sector size (logical/physical): 512 bytes / 512 bytes
  34. I/O size (minimum/optimal): 512 bytes / 512 bytes
  35. Disklabel type: dos
  36. Disk identifier: 0xe534536a
  37. Device Boot Start End Sectors Size Id Type
  38. /dev/vda1 * 2048 41943006 41940959 20G 83 Linux
  39. gentoo-base ~ # df -h
  40. Filesystem Size Used Avail Use% Mounted on
  41. udev 10M 4.0K 10M 1% /dev
  42. /dev/vda1 2.8G 839M 1.8G 32% /
  43. tmpfs 395M 264K 395M 1% /run
  44. shm 2.0G 0 2.0G 0% /dev/shm
  45. cgroup_root 10M 0 10M 0% /sys/fs/cgroup
  46. /dev/sr0 482K 482K 0 100% /mnt/config
  47.