- 咱們重點關注 nova-compute 如何將vol3 attach 到c1。查看cinder-volume日誌:
- cinder-volume 初始化 volume 的鏈接,查看鏈接信息
|
|
Jun 24 16:22:30 controller cinder-volume[10526]:
DEBUG cinder.volume.drivers.nfs
[req-097ec86b-cc24-4624-a2ae-d2524d72a9c6 req-e3cfec7f-801e-4df1-9213-7a11764e2e59 admin None]
Initializing connection to volume 588b6bbe-8965-4dcb-ae87-1970b906a847.
Connector: {u'initiator': u'iqn.1993-08.org.debian:01:78b9dad15bad', u'ip': u'172.16.1.55', u'platform': u'x86_64',
u'host': u'compute', u'do_local_attach': False, u'mountpoint': u'/dev/vdc', u'os_type': u'linux2', u'multipath': False}
{{(pid=10540) initialize_connection /opt/stack/cinder/cinder/volume/drivers/nfs.py:128
|
|
Jun 24 16:22:31 controller cinder-volume[10526]:
DEBUG cinder.volume.drivers.nfs
[req-097ec86b-cc24-4624-a2ae-d2524d72a9c6 req-e3cfec7f-801e-4df1-9213-7a11764e2e59 admin None]
NfsDriver: conn_info: {'driver_volume_type': 'nfs', 'mount_point_base': '/opt/stack/data/cinder/mnt', 'data':
{'format': 'raw', 'export': u'172.16.1.55:/storage', 'name': u'volume-588b6bbe-8965-4dcb-ae87-1970b906a847', 'options': None
{{(pid=10540) initialize_connection /opt/stack/cinder/cinder/volume/drivers/nfs.py:153
|
|