#vol move maximum concurrent.

1 messages · Page 1 of 1 (latest)

slender zinc
#

So I've done some poking and individual testing.
Some resources point to a maximum volume moves at one time to 8, a few others state "it's resources dependent."

I've got a DR cluster that does almost 0 work that I've got nearly 2,500 vols I need to shuffle around at something besides a snails pace.

Is there a way I can kick the number of concurrent vol moves up a tick so I'm not doing this for the next month+?

It's a 10 node system. Four aggrs will be doing the heavy lifting of writing all of the moved data.

dry sierra
#

you can script this nicely using PowerShell. Get all volumes, start 8 moves, pause a minute and when the number of volumes moving is <8, start another one.

#

you really don't want too many concurrent volume moves. There's a reason for the limits (same as SnapMirrors)

slender zinc
#

I have a bunch queued, I'm not worried about keeping it fed with new work.

slender zinc
sick cloud
#

volume move governor has a limit option that can be modified, default is 8.... if you have enough disks, you can surely set it to 20 or something

#

maybe turning off the deswizzler is also an option

#

just push all moves into the queue, they will be done sequentially, just make sure your aggregates do not run out of space

slender zinc
sick cloud
#

I would recommend a number between 8 and 12 and see if the disk backend is maxed out.... if you have fabric pool, check if your s3 gateway is fast enough 😉

slender zinc
acoustic saffron
#

Something you may want to try: enable diag mode. Then tab out the volume move start command. There is an option, I think it is bypass-throttling.

I would move fewer simultaneous volumes when enabling this.

rare canopy
#
     [-bypass-throttling {true|false}] - Bypass Replication Engine Throttling (privilege: diagnostic)
         This specifies whether this move should be throttled so protocol operations latencies are not affected by move. If this parameter is specified with true, the move will not be throttled by the transfer engine. The default setting is false. Note that this parameter
         does not affect the priority of the operation in relation to other operations in the system.
sick cloud
#

Is there a chance to enable diag mode and ro 0 with each login, just like a .bashrc? I want a dangerseeker Mode

dry sierra
dry sierra
slender zinc
slender zinc
silk sentinel
slender zinc
#

That's good to know.

I wish there was an aggressive evacuate or collapse command set

Vol move everything from aggr X to Y

#

Scripting gets I well enough, ah well.

acoustic saffron