Bug #2504
oneuser defaultquotas help should not provide -1 as a valid value
| Status: | Closed | Start date: | 11/27/2013 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% | ||
| Category: | CLI | |||
| Target version: | Release 4.6 | |||
| Resolution: | fixed | Pull request: | ||
| Affected Versions: | OpenNebula 4.4 |
Description
#-----------------------------------------------------------------------
# Supported quota limits:
#
# DATASTORE = [
# ID = <ID of the datastore>
# IMAGES = <Max. number of images in the datastore>
# SIZE = <Max. storage capacity (Mb) used in the datastore>
# ]
#
# VM = [
# VMS = <Max. number of VMs>
# MEMORY = <Max. allocated memory (MB)>
# CPU = <Max. allocated CPU>
# VOLATILE_SIZE = <Max. allocated volatile disks (MB)>
# ]
#
# NETWORK = [
# ID = <ID of the network>
# LEASES = <Max. number of IP leases from the network>
# ]
#
# IMAGE = [
# ID = <ID of the image>
# RVMS = <Max. number of VMs using the image>
# ]
#
# In any quota:
# -1 means use the default limit ('defaultquota' command)
# 0 means unlimited.
#
# The usage counters "*_USED" are shown for information
# purposes and will NOT be modified.
#-----------------------------------------------------------------------
Associated revisions
Bug #2504: Improve defaultquota help text
History
#1
Updated by Ruben S. Montero over 7 years ago
- Target version set to Release 4.6
#2
Updated by Ruben S. Montero over 7 years ago
- Assignee set to Javi Fontan
#3
Updated by Jaime Melis over 7 years ago
- Status changed from New to Assigned
- Assignee changed from Javi Fontan to Carlos Martín
#4
Updated by Carlos Martín over 7 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed