T4O:
In NFS, mount points mounted in TVM/Computes in: /var/trilio/triliovault-mounts/<base64_mount_point>/
In S3/Ceph, mount points are in TVM/Computes in: /var/trilio/triliovault-mounts/
# The mount point might be different in different Trilio versions or editions
Mount point hash:
# Trilio Pre-4.2:
> Converting from mount point to base64:
echo -n 10.105.105.111:/vol/trilio | base64
> Converting from base64 to mount point:
echo MTAuMTA1LjEwNS4xMTE6L3ZvbC90cmlsaW8= | base64 -d
# Trilio 4.2 or higher:
> Converting from mount point to base64:
echo -n /vol/trilio | base64
> Converting from base64 to mount point:
echo L3ZvbC90cmlsaW8= | base64 -d
# There is one directory under the mountpoint with the UUID of the user triliovault, with metadata information # openstack user list --project service
# The others are named workload_<wid>
# For containers, in computes, mounts are inside the Trilio container: sudo docker exec -itu root triliovault_datamover bash