Skip to main content
NetApp Knowledge Base

Vol modify command gives out an error on thin provisioned lun

Views:
144
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • ONTAP 9
  • Space Efficiency/ Space Accounting

Issue

An overcommitted thin volume can not grow percent-snapshot-space in a single large chunk while increasing to the same target value in small steps works
 
Example:
 
cluster2::*> df -A -h aggr1
Aggregate total used avail capacity
aggr1 28GB 40MB 28GB 0%
aggr1/.snapshot 0B 0B 0B 0%
2 entries were displayed.

cluster2::*> vol create -vserver svm1 -space-guarantee none -percent-snapshot-space 0 -volume test -aggregate aggr1 -size 100g
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 99
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver "svm1". Reason: Insufficient space on volume "test" to complete operation.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 50
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver "svm1". Reason: Insufficient space on volume "test" to complete operation.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 40
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver "svm1". Reason: Insufficient space on volume "test" to complete operation.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 10
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 20
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 30
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 40
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 50
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 90
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver "svm1". Reason: Insufficient space on volume "test" to complete operation
.

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.