Good day.
I would like to obtain your advice about three different problems that I'm having with Cloud Integration.
The first of these problems is described below and if necessary I'll create new topics for the other remaining problems.
QuantaStor version 5.10.8.008 within a virtual machine.
I'm using the following instructions to add/import a Wasabi bucket cloud container:
In the QuantaStor GUI:
Location/Region: us-west-1
Cloud container state shows: Normal
I can see the resulting Network Share.
The mount command over ssh session to QuantaStor shows the correct export and the object is visible inside the bucket.
On my laptop (Ubuntu 18.04 Desktop):
On a terminal session: smbclient -L 10.10.0.154 -U user1
This shows the correct share name on the QS server.
Then: sudo mount -t cifs -o username=user1,password=****** //10.10.0.154/quicktest1 /mnt/smb
This works fine...and I see the object
Unmount /mnt/smb
Restart QS server from GUI.
QS server running again, logged into GUI.
On my laptop:
Used smbclient -L command to QS server. Correct share name showed.
But sudo mount command always fails now with the following error:
mount: /mnt/smb: special device //10.10.0.154/quicktest1 does not exist.
So, basically, it seems that the share does not work following a reboot.
The only way that I see to recover use of the share is by deleting and re-creating the cloud container. This has to be done after every reboot. How do I make this share survive reboots?
Thanks.
I would like to obtain your advice about three different problems that I'm having with Cloud Integration.
The first of these problems is described below and if necessary I'll create new topics for the other remaining problems.
QuantaStor version 5.10.8.008 within a virtual machine.
I'm using the following instructions to add/import a Wasabi bucket cloud container:
In the QuantaStor GUI:
Location/Region: us-west-1
Cloud container state shows: Normal
I can see the resulting Network Share.
The mount command over ssh session to QuantaStor shows the correct export and the object is visible inside the bucket.
On my laptop (Ubuntu 18.04 Desktop):
On a terminal session: smbclient -L 10.10.0.154 -U user1
This shows the correct share name on the QS server.
Then: sudo mount -t cifs -o username=user1,password=****** //10.10.0.154/quicktest1 /mnt/smb
This works fine...and I see the object
Unmount /mnt/smb
Restart QS server from GUI.
QS server running again, logged into GUI.
On my laptop:
Used smbclient -L command to QS server. Correct share name showed.
But sudo mount command always fails now with the following error:
mount: /mnt/smb: special device //10.10.0.154/quicktest1 does not exist.
So, basically, it seems that the share does not work following a reboot.
The only way that I see to recover use of the share is by deleting and re-creating the cloud container. This has to be done after every reboot. How do I make this share survive reboots?
Thanks.
Comment