The following is an actual example. Referring to the nova documentation [1], the subdirectory_name is set to split the image cache directory for each node. Please note that the entire /opt/stack/data/nova/instances/ is shared.
I know this is a strange use case. I found this issue through trial and error while verifying live migration.
The following is an actual example. Referring to the nova documentation [1], the subdirectory_name is set to split the image cache directory for each node. Please note that the entire /opt/stack/ data/nova/ instances/ is shared.
I know this is a strange use case. I found this issue through trial and error while verifying live migration.
$ grep subdirectory_name /etc/nova/ nova-cpu. conf
subdirectory_name = _base_$my_ip
$ find /opt/stack/ data/nova/ instances/ data/nova/ instances/ data/nova/ instances/ locks data/nova/ instances/ locks/nova- storage- registry- lock data/nova/ instances/ locks/nova- 1da480fd0bd6d36 5cce06421659d92 2b1bbed441 data/nova/ instances/ compute_ nodes data/nova/ instances/ 22a86da9- f6db-493d- aca7-3fcdc2d318 a8 data/nova/ instances/ 22a86da9- f6db-493d- aca7-3fcdc2d318 a8/disk. info data/nova/ instances/ 22a86da9- f6db-493d- aca7-3fcdc2d318 a8/disk data/nova/ instances/ 22a86da9- f6db-493d- aca7-3fcdc2d318 a8/console. log data/nova/ instances/ _base_192. 168.0.1 # for node1 data/nova/ instances/ _base_192. 168.0.1/ 1da480fd0bd6d36 5cce06421659d92 2b1bbed441 data/nova/ instances/ _base_192. 168.0.2 # for node2 data/nova/ instances/ _base_192. 168.0.2/ 1da480fd0bd6d36 5cce06421659d92 2b1bbed441
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
/opt/stack/
[1] https:/ /github. com/openstack/ nova/blob/ 3de7fb7c327db34 8d04d15d4cd3c4f 811a336126/ nova/conf/ imagecache. py#L57