Bug 1250007
| Summary: | Atomic install with --display option doestn't work | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Alex Jia <ajia> |
| Component: | atomic | Assignee: | Lokesh Mandvekar <lsm5> |
| Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | dwalsh, miabbott, mjenner, ypu |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-31 23:24:48 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: | |
| Embargoed: | |||
|
Description
Alex Jia
2015-08-04 10:39:06 UTC
Fixed in atomic-1.5-2.git191fb53.el7 Everything is okay on atomic-1.8-4.git958d939.el7.x86_64, so move the bug to VERIFIED status.
# atomic run busybox
/ # exit
# atomic info centos_stop_label | grep RUN
RUN: /usr/bin/docker run -t --user ${SUDO_UID}:${SUDO_GID} ${OPT1} -v /var/log/${NAME}:/var/log -v /var/lib/${NAME}:/var/lib $OPT2 --name ${NAME} ${IMAGE} $OPT3 echo I am the run label.
# atomic run --display centos_stop_label
/usr/bin/docker run -t --user 0:0 -v /var/log/centos_stop_label:/var/log -v /var/lib/centos_stop_label:/var/lib --name centos_stop_label centos_stop_label echo I am the run label.
# atomic info centos_stop_label | grep INSTALL
INSTALL: /usr/bin/docker ${OPT1} run -v /etc/${NAME}:/etc -v /var/log/${NAME}:/var/log -v /var/lib/${NAME}:/var/lib $OPT2 --name ${NAME} ${IMAGE} $OPT3 echo I am the install label.
# atomic install --display centos_stop_label
/usr/bin/docker run -v /etc/centos_stop_label:/etc -v /var/log/centos_stop_label:/var/log -v /var/lib/centos_stop_label:/var/lib --name centos_stop_label centos_stop_label echo I am the install label.
# atomic install centos_stop_label
/usr/bin/docker run -v /etc/centos_stop_label:/etc -v /var/log/centos_stop_label:/var/log -v /var/lib/centos_stop_label:/var/lib --name centos_stop_label centos_stop_label echo I am the install label.
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
I am the install label.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0527.html |