##### VAST stuff * terminology cbox = server chassis containing four cnodes cnode = node running the VAST OS software dbox = VAST enclsoure of nvme-of controllers and SSD's dnode = nvme-of controller view = exported file system available to hosts viewpolicy = policies associated with view - default perms, squashing, ACL's, etc. quota = quotas for paths and views (userquotas are separate) tenant = multi-tenancy permits admins to divide storage resources into isolated groups, there is always a default tenant virtual IP pools, client IP, and data paths are assigned to tenants * cli commands vip, vippool = list/show virtual IP addresses associated with the cluster view = list/show view (exported storage) details quota = list/show/manage quotas host = list/show/manage cnodes and dnodes * cli flags (may not be available for all commands) --vertical = display human readable output --advanced = display advanced options * no particular order physical,logical capacity = physical space associated with the view and space written to view prior to data reduction * quota quota create = create quota with flags --name NAME, --path PATH (on VAST) --hard-limit n(g|t|p)b --default-user-quota type=value,type2=value2 quota show --id n = show quota details for ID --user-rules will display default user/group quotas quota modify --id n = modify quota such as enabling user quotas, changing limits, etc. userquota list --quota-id n = list quotas of users (UID) on system --user-accounting for user quotas --group-accounting for group quotas --user-rules for quota overrides on specific users userquota create --quota-id n = create user/group quota override --identifier username/groupname --identifier-type username/group --user/--group (type of quota) --limit value --limit2 value2