Skip to content

Instantly share code, notes, and snippets.

View j-griffith's full-sized avatar

John Griffith j-griffith

  • Bozeman, Montana
View GitHub Profile
[root@os-13 nova(keystone_admin)]# glance image-show --human-readable cce51ac6-4808-4395-96bf-08d1d8f09e2d
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 24cb3074003e78503d72c0415da01563 |
| container_format | bare |
| created_at | 2014-08-10T03:05:08 |
| deleted | False |
| disk_format | qcow2 |
| id | cce51ac6-4808-4395-96bf-08d1d8f09e2d |
image: cce51ac6-4808-4395-96bf-08d1d8f09e2d
file format: qcow2
virtual size: 80G (85899345920 bytes)
disk size: 3.1G
cluster_size: 65536
[root@os-13 images(keystone_admin)]#
[root@os-13 images]# qemu-img info 58952134-4710-433d-b64d-4872b16722c4
image: 58952134-4710-433d-b64d-4872b16722c4
file format: qcow2
virtual size: 2.2G (2361393152 bytes)
disk size: 249M
cluster_size: 65536
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 7aa720fa136196c776ef3028926c9592 |
| container_format | bare |
| created_at | 2014-08-10T00:07:50 |
| deleted | False |
| disk_format | qcow2 |
| id | 58952134-4710-433d-b64d-4872b16722c4 |
| is_public | True |
root@bdr77:/etc/iscsi# ls
ifaces initiatorname.iscsi iscsid.conf nodes
root@bdr77:/etc/iscsi# cd nodes/
root@bdr77:/etc/iscsi/nodes# ls
iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166
root@bdr77:/etc/iscsi/nodes# cd iqn.2010-01.com.solidfire\:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166/
root@bdr77:/etc/iscsi/nodes/iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166# ls
10.10.8.112,3260
root@bdr77:/etc/iscsi/nodes/iqn.2010-01.com.solidfire:3gd2.uuid-c4569a8e-8429-4790-80f6-d4acb69b26e1.166# cat 10.10.8.112,3260
# BEGIN RECORD 2.0-871
#ENABLED_SERVICES=c-sch,c-api,c-vol,rabbit,tempest,mysql,key
OFFLINE=True
CINDER_ENABLED_BACKENDS=solidfire:solidfire
[[post-config|$CINDER_CONF]]
[DEFAULT]
[solidfire]
volume_driver=cinder.volume.drivers.solidfire.SolidFireDriver
san_ip=192.168.139.112
san_login=admin
diff --git a/lib/cinder_plugins/solidfire b/lib/cinder_plugins/solidfire
deleted file mode 100644
index 2c970b5..0000000
--- a/lib/cinder_plugins/solidfire
+++ /dev/null
@@ -1,48 +0,0 @@
-# lib/cinder_plugins/solidfire
-# Configure the solidfire driver
-
-# Enable with:
ubuntu@devstack ~/devstack $ cat lib/cinder_backends/solidfire
# lib/cinder_backends/solidfire
# Configure the SolidFire backend
# Enable with:
#
# CINDER_ENABLED_BACKENDS+=,solidfire:solidfire
# Dependencies:
#
LOG_COLOR=True
API_RATE_LIMIT=False
OFFLINE=True
CINDER_ENABLED_BACKENDS=solidfire:solidfire
[[post-config|$CINDER_CONF]]
[DEFAULT]
[solidfire]
volume_driver=cinder.volume.drivers.solidfire.SolidFireDriver
san_ip=192.168.139.112