| Summary: | virt-install: no presence of '--ram' in the help | ||
|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Agostino Sarubbo <ago> |
| Component: | virt-manager | Assignee: | Cole Robinson <crobinso> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | berrange, crobinso, gscrivan, rbalakri |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-07 19:54:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Agostino Sarubbo
2016-03-28 20:08:43 UTC
Thanks for the report. --ram is an old option that's superceded by --memory. --ram still works but it's not recommended anymore. I fixed the --help output to suggest --memory instead:
commit 22022d95dc2033b2a771c57ec18021000bfef08d
Author: Cole Robinson <crobinso>
Date: Thu Apr 7 15:52:07 2016 -0400
virt-install: Don't show old --ram option in --help (bz 1321663)
|