NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Reallocate Existing Volumes with Snapshots

MRJORDANG
9,364 Views

Hello,

I've added several disks to an aggregate.   I'd like to reallocate existing volumes and snapshots of those volumes across the new disks in the aggregate.   Is there any way to reallocate a volume and its snapshots across the new disks in an aggregate?  

Everything I've come across seems to indicate that one must delete all volume snapshots before reallocating a volume across the new disks is possible.  I hope there is a way to reallocate volumes without deleting their snaps!  🙂

Thanks,

Jordan

1 ACCEPTED SOLUTION

kotapavan
9,364 Views

Yes, you can use the -p option, but make sure the volume has some extra free space as the snapshot sizes grow more than expected as this is a physical reallocation.

View solution in original post

8 REPLIES 8

MRJORDANG
9,364 Views

Looks like I can use the -p option with the reallocate command.   (reallocate -p), Time to look into that option.

kotapavan
9,365 Views

Yes, you can use the -p option, but make sure the volume has some extra free space as the snapshot sizes grow more than expected as this is a physical reallocation.

RAVI_PALADUGU
9,364 Views

Please find the attached document for accurate information.

HENRYPAN2
9,364 Views

Thanks Ravi for share the note

Cheers

Henry

MRJORDANG
9,364 Views

Thanks for sharing the tech note!

RAVI_PALADUGU
9,364 Views

Hi Jordang,

If you feel your question is answered you can please mark the question as answered.

Thanks

Ravi

MRJORDANG
9,364 Views

Done.

aborzenkov
9,364 Views

To redistribute data across disks you should use "reallocate -A". Simple reallocate will not touch snapshot data.

You should consider removeing aggregate snapshots, as reallocation will cause "growth" of them.

Public