First time here? Check out the FAQ!
![]() | 1 | initial version |
The NFS mount point will be /var/lib/nova/mnt/${RANDOM_ID}/${CINDER_GUID}
on the compute node by default. I am unsure if this mountpoint is configurable. A quick grep through the config file would seem to indicate it is not configurable on the compute node.
As far as the "${RANDOM_ID}" goes, I am unsure how that is generated. It is specific to that NFS share. If you have mutlple shares, you will see multiple "${RANDOM_ID}" in the folder.
![]() | 2 | No.2 Revision |
The NFS mount point will be /var/lib/nova/mnt/${RANDOM_ID}/${CINDER_GUID}
on the compute node by default. I am unsure if this mountpoint is configurable. A quick grep through the config file would seem to indicate it is not configurable on the compute node.node, or more acurately, the nova service.
As far as the "${RANDOM_ID}" goes, I am unsure how that is generated. It is specific to that NFS share. If you have mutlple shares, you will see multiple "${RANDOM_ID}" in the folder.
![]() | 3 | No.3 Revision |
The NFS mount point and volume will be located at /var/lib/nova/mnt/${RANDOM_ID}/${CINDER_GUID}
on the compute node by default. I am unsure if this mountpoint is configurable. A quick grep through the config file would seem to indicate it is not configurable on the compute node, or more acurately, the nova service.
As far as the "${RANDOM_ID}" goes, I am unsure how that is generated. It is specific to that NFS share. If you have mutlple shares, you will see multiple "${RANDOM_ID}" in the folder.
![]() | 4 | No.4 Revision |
The NFS mount point and volume will be located at /var/lib/nova/mnt/${RANDOM_ID}/${CINDER_GUID}
on the compute node by default. I am unsure if this mountpoint is configurable. A quick grep through the config file would seem to indicate it is not configurable on the compute node, or more acurately, the nova service.
As far as the "${RANDOM_ID}" goes, I am unsure how that is generated. It is specific to that NFS share. If you have mutlple shares, you will see multiple "${RANDOM_ID}" in the folder.
I should point out that it will not exist on the compute node at all until you use a volume on that share on an instance running on that compute node.
![]() | 5 | No.5 Revision |
The NFS mount point and volume will be located at /var/lib/nova/mnt/${RANDOM_ID}/${CINDER_GUID}
on the compute node by default. I am unsure if this mountpoint is configurable. A quick grep through the config file would seem to indicate it is not configurable on the compute node, or more acurately, the nova service.
As far as the "${RANDOM_ID}" goes, I am unsure how that is generated. It is specific to that NFS share. If you have mutlple shares, you will see multiple "${RANDOM_ID}" in the folder.
I should point out that it the share will not exist be mounted on the compute node at all until you use a volume on that share on an instance running on that compute node.