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
My docker container does not go up and says: "starting container failed: error while mounting volume '': VolumeDriver.Mount: exit status 32"
And in the plugin window I get this:
2020/03/06 13:40:36 Entering go-plugins-helpers getPath
DEBU[7445] Entering Get: &{dc_cifs-test-share}
DEBU[7445] Get: mount found for dc_cifs-test-share, host directory: /var/lib/docker-volumes/netshare/cifs/dc_cifs-test-share
2020/03/06 13:40:37 Entering go-plugins-helpers getPath
DEBU[7445] Entering Get: &{dc_cifs-test-share}
DEBU[7445] Get: mount found for dc_cifs-test-share, host directory: /var/lib/docker-volumes/netshare/cifs/dc_cifs-test-share
2020/03/06 13:40:41 Entering go-plugins-helpers getPath
DEBU[7450] Entering Get: &{dc_cifs-test-share}
DEBU[7450] Get: mount found for dc_cifs-test-share, host directory: /var/lib/docker-volumes/netshare/cifs/dc_cifs-test-share
2020/03/06 13:40:41 Entering go-plugins-helpers mountPath
INFO[7450] Mount: dc_cifs-test-share, ID: ****
INFO[7450] Mounting CIFS volume //IP_address/folder_name on /var/lib/docker-volumes/netshare/cifs/dc_cifs-test-share
DEBU[7450] GetCreds: host=IP_address, netrc=&{/root/.netrc [0xc4202e2cc0] []}
DEBU[7450] Executing: mount -t cifs -o guest,rw //IP_address/folder_name /var/lib/docker-volumes/netshare/cifs/dc_cifs-test-share
2020/03/06 13:40:41 mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Is it not able to use the credentials from the file?
Searching for this on google (mount error(95): Operation not supported) I see version option (vers=3.02) needs to be specified. There is no documentation on how to specify it?
The text was updated successfully, but these errors were encountered:
Hi, I spent a while last night fighting with this in Ubuntu 18.4 but it works now. In your netrc file, have you tried removing share_name from the machine specification? I think it only matches on the host.
Hi,
I recently followed the steps for debain 10 from: http://netshare.containx.io/docs/getting-started#installation
Modified the startup options like this for cifs:
Added required credentials in /root/.netrc file:
Launched the plugin by running this in root in:
sudo docker-volume-netshare cifs --verbose
Running docker-compose.yml using docker stack deploy:
My docker container does not go up and says:
"starting container failed: error while mounting volume '': VolumeDriver.Mount: exit status 32"
And in the plugin window I get this:
Is it not able to use the credentials from the file?
Searching for this on google (mount error(95): Operation not supported) I see version option (vers=3.02) needs to be specified. There is no documentation on how to specify it?
The text was updated successfully, but these errors were encountered: