Tenant Client IP Ranges
ORION-195263, ORION-194742: Increased the maximum number of allowed client IP ranges per tenant up to 1000. Each range can have up to 65535 IPs.
ORION-178951: Provided an ability to update (PATCH) the list of client IP ranges configured for a tenant to allow or disallow access to tenant’s data from these IPs. The following user controls have been added for this purpose:
In VAST CLI, the
tenant alter-client-ip-rangescommandIn VAST REST API, the
/tenants/{id}/client_ip_ranges/endpoint that can be used to PATCH the client IPs configured for the tenant.
VMS
ORION-204295: Added an alarm to be raised when a NIC cable is frequently changing its state from up to down and back to up, which can be indicative of a jittering cable.
ORION-195986: Added an alert to be raised when a NIC encounters an increasing number of duplicate and out-of-sequence packets.
ORION-182516, ORION-179490: Provided event definitions to enable the cluster to generate alarms in case the cluster runs low on its storage resources, based on user-supplied thresholds. The new event definitions use the
RaidMetrics,stripe_available_percentproperty to track the percentage of cluster’s available stripes (data segments that can be written to the cluster).In addition, there are now threshold-type event definitions to monitor the percentage of used handles (
Capacity,used_handles_percent) and percentage of used metadata resources (Capacity,metadata_resources_percent).ORION-176774: Added an alert to be raised when the cluster encounters high latency for a very short period of time.
ORION-173731: Added an ability to learn date and time when the current S3 access keys have been created for a user, as follows:
In VAST Web UI, by opening the tooltip for the current S3 access keys when creating or modifying a user (User Management -> Users -> choose to create or edit a user).
In VAST CLI, by running the
user querycommand for a specific user.In VAST REST API, by sending a request to the
/users/query/endpoint.