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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Following issue when trying to restore VMs–
- - [2014-02-24 11:01:32,229] ERROR: [127.0.0.1:9090 (4.1.0.1)] (Mon Feb 24 11:00:42 2014) [vmw-00047] ONTAP API call volume-clone-create failed: Illegal value for 'space-reserve': 'NONE'
Error code | Error message | Description/resolution |
vmw-00047 | Data ONTAP API call | The reported Data ONTAP API call was |
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have found the issue : BUG with case sensitivity issue
Replace "NONE" to "none" for parameter "NTAP_VOL_CLONE_RESERVE" required for VMFS datastores to be cloned to perform host based VMDK copy / restore.
########################################################################################################################
# Clone Options #
########################################################################################################################
NTAP_VOL_CLONE_RESERVE=none
Note that every time the GUI is use to perform the restore, config file reverts back to using capital letters.
We either use CLI (post editing the config file to using lower case - "none") or override GUI option as below -
