Ops Center Solaris 11 zone Move Storage (migrate zone, rsync job) fails
By looking closer why the job fails. It seems that OC uses rsync to copy the zone data from one pool to another with –rL flag (below), which for some reason will run in an infinite-loop casing the zone source data to be copied many times till the destination new zone runs out of space.
From the example below: the source zone bny-zone1 is only using 2.36Gb, while the new distention is already using 28.3Gb , and it continues to grow till the zpool runs out of space and the job fails rolling back the migration.