GetPoolMountPath returns the mountpoint of the given pool. {INCUS_DIR}/storage-pools/ .
(poolName string)
| 248 | // GetPoolMountPath returns the mountpoint of the given pool. |
| 249 | // {INCUS_DIR}/storage-pools/<pool>. |
| 250 | func GetPoolMountPath(poolName string) string { |
| 251 | return internalUtil.VarPath("storage-pools", poolName) |
| 252 | } |
| 253 | |
| 254 | // GetVolumeMountPath returns the mount path for a specific volume based on its pool and type and |
| 255 | // whether it is a snapshot or not. For VolumeTypeImage the volName is the image fingerprint. |
no outgoing calls
searching dependent graphs…