Skip to main content
NetApp Knowledge Base

Can I convert a Flexvol to FlexGroup without rewarming the tiered data?

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

Applies to

  • ONTAP 9
  • FlexGroup
  • FabricPool

Answer

Yes. FabricPool Flexible volumes with tiered data can be converted to FlexGroup without rewarming the data back to performance tier.

Additional Information

Example of converting to Flexgroup without first rewarming the data back to the performance tier

1. The following volume is not a Flexgroup

::*> volume show -volume myvol -fields is-flexgroup,tiering-policy
vserver volume is-flexgroup tiering-policy
------- ------ ------------ --------------
svm1    myvol false        auto

2. View the current footprint in your storage tier

::> volume show-footprint myvol
      Vserver : svm1
      Volume  : myvol
      Feature                                          Used    Used%
      --------------------------------           ----------    -----
      Volume Data Footprint                         14.09GB       0%
             Footprint in Performance Tier          268.5MB       2%
             Footprint in <your storage Tier>       13.84GB      98%
      Volume Guarantee                                   0B       0%
      Flexible Volume Metadata                      683.9MB       0%
      Deduplication                                 61.40MB       0%
      Cross Volume Deduplication                    143.0MB       0%
      Delayed Frees                                  6.09MB       0%
      Total Footprint                               14.97GB       0%

3. We will now convert the volume to FlexGroup

::> set advanced

Warning: These advanced commands are potentially dangerous; use them only when directed to do so by NetApp personnel.
Do you want to continue? {y|n}: y

a. run the check-only option first

::*> volume conversion start -volume myvol -foreground true -check-only true
Conversion of volume "myvol" in Vserver "svm1" to a FlexGroup can proceed with the following warnings:
* After the volume is converted to a FlexGroup, it will not be possible to change it back to a flexible volume.

b. start the conversion
::*> volume conversion start -volume myvol -foreground true

Warning: After the volume is converted to a FlexGroup, it will not be possible to change it back to a flexible volume.
Do you want to continue? {y|n}: y
[Job 35] Job succeeded: success

4. Confirm the data has not rewarmed back to the performance Tier

::*> volume show -volume myvol -fields is-flexgroup,tiering-policy
vserver volume is-flexgroup tiering-policy
------- ------ ------------ --------------
svm1    myvol  true         auto
::*> volume show-footprint myvol__0001
      Vserver : svm1
      Volume  : myvol__0001
      Feature                                          Used    Used%
      --------------------------------           ----------    -----
      Volume Data Footprint                         14.15GB       0%
             Footprint in Performance Tier          276.7MB       2%
             Footprint in sgws01                    13.84GB      98%
      Volume Guarantee                                   0B       0%
      Flexible Volume Metadata                      683.9MB       0%
      Deduplication                                 61.40MB       0%
      Cross Volume Deduplication                    143.0MB       0%
      Delayed Frees                                 12.92MB       0%
      Total Footprint                               15.03GB       0%

 

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.