Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
volume-create volume-type "DP" - Only volumes of type "RW" can be mounted during create.
2014-02-25
06:42 AM
17,857 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to create a volume on Vserver using the OnTAP 1.17 VServer API:
I'm calling the volume-create method as follows -
r = s.invoke("volume-create", "volume", "test01", "containing-aggr-name", "aggr1_node01", "size", "20971520", "junction-path", "/test01", "export-policy", "n01_vs10", "volume-type", "dp", "volume-state", "offline", "is-junction-active", "false", "percentage-snapshot-reserve", "15")
And I get:
Only volumes of type "RW" can be mounted during create.
I've tried adding the 'volume-state' parameter and setting it to "offline" so that it won't be "mounted during create", but that did not work either. Setting the 'volume-type' to "rw" (default) works, but then I can't use the volume as SnapMirror destination. I need to set the volume type to "DP" for SnapMirror.
Thoughts?
Jaco
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jaco,
I did some reading from the "SnapMirror® Intercluster Failover and Resync Express Guide". A volume type "DP" cannot have a mount point. Only after the SnapMirror relationship is broken, can the volume be mounted.
Regards,
- Rick -
3 REPLIES 3
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jaco,
I did some reading from the "SnapMirror® Intercluster Failover and Resync Express Guide". A volume type "DP" cannot have a mount point. Only after the SnapMirror relationship is broken, can the volume be mounted.
Regards,
- Rick -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
