- Community Home
- >
- Storage
- >
- HPE Nimble Storage
- >
- Docker Container Integration
- >
- Docker persistent volume clone issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2019 04:58 AM - edited тАО10-15-2019 05:00 AM
тАО10-15-2019 04:58 AM - edited тАО10-15-2019 05:00 AM
Hello,
I have a container also nimble volume attached. I want to clone that volume and attach another container but I have faced an issue mentioned below;
docker run -dt --name app02 \
> --mount source=clone_test,target=/data alpine
c8a227dbef7cc5627d01e0a7906eb8d8dbf7f11491c3eb91742f7a2cf3fe8ecf
docker: Error response from daemon: error while mounting volume '': unable to attach device status code was 500 Internal Server Error for request: action=POST path=http://unix/hosts/0d0548b0-53e9-4d88-af36-e0f702057efb/devices, attempting to decode error response.
How can I fix that issue
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2019 08:23 AM
тАО10-15-2019 08:23 AM
Re: Docker persistent volume clone issue
What version of the Docker Volume Plugin and NimbleOS are you running?
I'm also a bit unfamiliar with that --mount syntax. Do you get the same error if you do:
docker run -dt --name app02 -v clone_test:/data alpine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2019 04:56 AM - edited тАО10-16-2019 04:58 AM
тАО10-16-2019 04:56 AM - edited тАО10-16-2019 04:58 AM
Re: Docker persistent volume clone issue
Hello Michael,
Thank you for reply,
I have been using Docker CE 19.03.3 also nimble plugin version is 2.5.1
I tried your command but the result was different .
4a8c5680d6ebb2638bc555343d9a140f211d6011f4b3b233c313db5726b965b9
docker: Error response from daemon: error while mounting volume '': no filesystem or filesystem options present.
[root@docker01 ~]#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2019 06:42 AM
тАО10-16-2019 06:42 AM
SolutionI think you're on a combination of components that isn't working correctly.
Install version 3.0.0 of the plugin here: https://hub.docker.com/plugins/nimble
Make sure your Nimble array is running 5.1.3 or later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2019 07:24 AM
тАО10-16-2019 07:24 AM
Re: Docker persistent volume clone issue
Hello Michael,
Thank you so much.
It is working now.
Best regards.