Hello,
I'd like to use the CLI to get all the volumes in a FAS8200 that are being used as NFS. As a bonus, I'd like to know if it's possible to use the "-fields" option in order to filter a result. For example, imagine I do "volume show -fields junction-active", I will get a list of all the volumes and wether or not their juction-active is true. Is there some way to have the command only return the ones that are true, instead of all of them? Something like "volume show -fields "junction-active=true""
Thank you!