Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.33 KB | None | 0 0
  1. mysql> select * from block_device_mapping where volume_id = "43a14a6e-5cbd-45d1-9b49-fd745bf37c17" \G;
  2. *************************** 1. row ***************************
  3.            created_at: 2015-06-27 20:04:14
  4.            updated_at: 2015-07-02 20:34:17
  5.            deleted_at: 2015-07-08 16:14:19
  6.                    id: 792
  7.           device_name: /dev/vdb
  8. delete_on_termination: 0
  9.           snapshot_id: NULL
  10.             volume_id: 43a14a6e-5cbd-45d1-9b49-fd745bf37c17
  11.           volume_size: NULL
  12.             no_device: NULL
  13.       connection_info: {"driver_volume_type": "rbd", "serial": "43a14a6e-5cbd-45d1-9b49-fd745bf37c17", "data": {"secret_type": "ceph", "device_path": null, "name": "volumes/volume-43a14a6e-5cbd-45d1-9b49-fd745bf37c17", "secret_uuid": "a5d0dd94-57c4-ae55-ffe0-7e3732a24455", "qos_specs": null, "hosts": ["192.168.0.4", "192.168.0.5", "192.168.0.6"], "auth_enabled": true, "access_mode": "rw", "auth_username": "volumes", "ports": ["6789", "6789", "6789"]}}
  14.         instance_uuid: f823224f-bb87-409a-8041-1562a1c05ce2
  15.               deleted: 792
  16.           source_type: volume
  17.      destination_type: volume
  18.          guest_format: NULL
  19.           device_type: disk
  20.              disk_bus: virtio
  21.            boot_index: NULL
  22.              image_id: NULL
  23. 1 row in set (0.00 sec)
  24.  
  25. ERROR:
  26. No query specified
  27.  
  28. mysql>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement