You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When the TOTAL_MB attribute is defined for the S3 Private Marketplace, the monitoring script will fail
To Reproduce
Define TOTAL_MB for an S3 marketplace, watch /var/log/one/oned.log to see failures
Expected behavior
The monitor script should return the available appliances
Details
Affected Component: Marketplaces
Version: 6.8.3
Additional context
The error is happening due the the total_mb variable being a string in line 103 of the s3/monitor script. The TOTAL_MB attribute is wrapped in quotes when creating/updating the S3 Marketplace Template, causing the monitor script to bring it in as a string.
/var/lib/one/remotes/market/s3/monitor:103:in <main>': undefined method -' for "123456":String (NoMethodError)
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
When the TOTAL_MB attribute is defined for the S3 Private Marketplace, the monitoring script will fail
To Reproduce
Define TOTAL_MB for an S3 marketplace, watch
/var/log/one/oned.log
to see failuresExpected behavior
The monitor script should return the available appliances
Details
Additional context
The error is happening due the the total_mb variable being a string in line 103 of the s3/monitor script. The TOTAL_MB attribute is wrapped in quotes when creating/updating the S3 Marketplace Template, causing the monitor script to bring it in as a string.
/var/lib/one/remotes/market/s3/monitor:103:in
<main>': undefined method
-' for "123456":String (NoMethodError)Progress Status
The text was updated successfully, but these errors were encountered: