What is the difference between the following two commands?
clstr::volume> modify -vserver vserverx -volume volumex -size "new_size_of_vol_in_TB" vs
clstr::volume> size -vserver vserverx -volume volumex -new-size "new_size_of_vol_in_TB"
I need to resize a volume via the CLI. I do not want to lose any data or have to go offline. I can't do it via ONTAP due to a bug in 9.8. I plan on updating. In the meantime, I came across these to methods for resizing a volume and was not sure what the difference was.