Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for OpenStack Administrator's Guide
  3. Performing Backup Administration tasks
  4. Policy Quotas
  5. Work with Policy Quotas via CLI
  6. Create a Quota
NetBackup™ for OpenStack Administrator's Guide

Create a Quota

The following command will create a Quota for a given project and set the provided value.

nbosjm project-allowed-quota-create --quota-type-id quota_type_id
                                         --allowed-value allowed_value 
                                         --high-watermark high_watermark 
                                         --project-id project_id
  • <quota_type_id> ID of the Quota Type to be created.

  • <allowed_value> Value to set for this Quota Type.

  • <high_watermark> Value to set for High Watermark warnings.

  • <project_id> Project to assign the quota to.

The high watermark is automatically set to 80% of the allowed value when set via Horizon.

A created Quota will generate an allowed_quota_object with its own ID. This ID is needed when continuing to work with the created Quota.

Feedback

Was this page helpful?
Previous

Show Quota Type Details

Next

List allowed Quotas

Feedback

Was this page helpful?