Destination volume modification alarm is present during a vserver migration operation
Applies to
- ONTAP 9
- Vserver Migration
Issue
- A destination volume modification alarm is present during a vserver migration operation
Cluster1::*> vserver migrate show -vserver vserver1Errors and Warnings During Migrate: Failed to update the properties of the following destination volumes in Vserver "vserver1", to match their source volumes: vol1.To repair the volumes, run (privilege:advanced) "vserver migrate show-volume-fix-details -vserver 12345678-a79e-11e9-9590-098765432132", and then run the commands shown in the output of that command.- When running the suggested command,
vserver migrate show-volume-fix-details -vserver <>
Cluster1::*> vserver migrate show-volume-fix-details -vserver 12345678-a79e-11e9-9590-098765432132Vserver Volume Command-------- ------------ --------------------------------------------------------12345678-a79e-11e9-9590-098765432132 vol1 volume modify -vserver vserver1 -volume vol1 -size 10737418240B -max-autosize 329853488332800B -min-autosize 10737418240B -autosize-grow-threshold-percent 85% -autosize-shrink-threshold-percent 50% -autosize-mode off -files 21251126 -maxdir-size 335544320B -space-guarantee none -fractional-reserve 0% -min-readahead false -atime-update true -snapdir-access true -percent-snapshot-space 5% -space-mgmt-try-first volume_grow -read-realloc off -is-space-enforcement-logical false -snap-autodelete-enabled false -snap-autodelete-commitment try -snap-autodelete-defer-delete user_created -snap-autodelete-delete-order oldest_first -snap-autodelete-prefix "(not specified)" -snap-autodelete-target-free-space 20% -snap-autodelete-trigger volume -snap-autodelete-destroy-list none- The volume modification is failing due to the vserver migration
Cluster1::*> volume modify -vserver vserver1 -volume vol1 -size 10737418240B -max-autosize 329853488332800B -min-autosize 10737418240B -autosize-grow-threshold-percent 85% -autosize-shrink-threshold-percent 50% -autosize-mode off -files 21251126 -maxdir-size 335544320B -space-guarantee none -fractional-reserve 0% -min-readahead false -atime-update true -snapdir-access true -percent-snapshot-space 5% -space-mgmt-try-first volume_grow -read-realloc off -is-space-enforcement-logical false -snap-autodelete-enabled false -snap-autodelete-commitment try -snap-autodelete-defer-delete user_created -snap-autodelete-delete-order oldest_first -snap-autodelete-prefix "(not specified)" -snap-autodelete-target-free-space 20% -snap-autodelete-trigger volume -snap-autodelete-destroy-list noneError: command failed: Cannot modify volume "vol1" in Vserver "vserver1" because the Vserver is migrating. The following volume properties cannot be modified while the host Vserver is migrating: files, fractional-reserve, min-readahead, atime-update, read-realloc, is-space-enforcement-logical. Check the migration status of the Vserver using the "vserver migrate show -vserver vserver1" command, and retry the modification once the migration is complete.