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
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
create an openrc file with all necessary env to mount a pcs and hubic (Both OS_* variables and HUBIC* ones)
mount Hubic : mount -t svfs -o container=default hubic /mnt/Hubic
mount pcs : mount -t svfs -o username=$OS_USERNAME,password=$OS_PASSWORD,tenant=$OS_TENANT_NAME,region=$OS_REGION_NAME,attr pcs /mnt/test
Results you expected :
Both mounts can be listed OK
Results you observed :
Listing the pcs mount actually show the root of the Hubic one !
The reproduction is systematic
Debug log :
mount -t svfs -o username=$OS_USERNAME,password=$OS_PASSWORD,tenant=$OS_TENANT_NAME,region=$OS_REGION_NAME,attr,debug=true pcs /mnt/test
root@vps132518:~# DEBU[2018-01-10T22:36:59+01:00] Skipping configuration : open : no such file or directory source=svfs
Additional information :
The text was updated successfully, but these errors were encountered:
The problem seems to come from the env variables. When both OS_* and HUBIC_* are set, the pcs mount fails and is pointing to the swift root of the Hubic one.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Context
Steps to reproduce this issue :
Results you expected :
Both mounts can be listed OK
Results you observed :
Listing the pcs mount actually show the root of the Hubic one !
The reproduction is systematic
Debug log :
mount -t svfs -o username=$OS_USERNAME,password=$OS_PASSWORD,tenant=$OS_TENANT_NAME,region=$OS_REGION_NAME,attr,debug=true pcs /mnt/test
root@vps132518:~# DEBU[2018-01-10T22:36:59+01:00] Skipping configuration : open : no such file or directory source=svfs
Additional information :
The text was updated successfully, but these errors were encountered: