PowerScale: OneFS UI Quota Creation Error
Summary: When creating a quota in the OneFS UI, the math related with converting a storage limit does not convert the float to an integer. The resulting Application Programming Interface (API) call fails. ...
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
When creating a quota in the OneFS UI, the math related with converting a storage limit does not convert the float to an integer. The resulting API call fails.
Cause
The OneFS UI does not drop the decimal value when creating quotas leading to threshold integer error.
Example screenshot:
"thresholds": {
"advisory": null,
"hard": 24409158136627.2
But when you create it in CLI, the value converts to an integer and the quota is created.
'thresholds': {'hard': 24409158136627}
OneFS UI is missing the logic to adapt to a valid integer.
Resolution
Upgrade code to OneFS 9.5.0.6, with the workaround to use the CLI.
Affected Products
Isilon SmartQuotasArticle Properties
Article Number: 000219890
Article Type: Solution
Last Modified: 20 فبراير 2026
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.