You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For AWS the volumes that are attached while spawning the infrastructure in terraformer are not properly mounted under /opt/claudie/data which is the path used for longhorn.
One can verify this by spawning an cluster with AWS working nodes and SSHing into a node executing mount | grep claudie.
which returns nothing as there is no mount for the /opt/claudie/data/ directory.
Also there are missing settings under /etc/fstab
Expected Behaviour
Volumes should be mounted correctly
Steps To Reproduce
Spawn a cluster with AWS nodes
verify missing mounts for /opt/claudie/data/ with mount | grep "claudie" or cat /proc/mount | grep "claudie" or cat /etc/fstab
Anything else to note
Check other cloudproviders as well
The text was updated successfully, but these errors were encountered:
Current Behaviour
For AWS the volumes that are attached while spawning the infrastructure in terraformer are not properly mounted under
/opt/claudie/data
which is the path used for longhorn.One can verify this by spawning an cluster with AWS working nodes and SSHing into a node executing
mount | grep claudie
.which returns nothing as there is no mount for the
/opt/claudie/data/
directory.Also there are missing settings under
/etc/fstab
Expected Behaviour
Volumes should be mounted correctly
Steps To Reproduce
/opt/claudie/data/
withmount | grep "claudie"
orcat /proc/mount | grep "claudie"
orcat /etc/fstab
Anything else to note
Check other cloudproviders as well
The text was updated successfully, but these errors were encountered: