Bug 1663810
Summary: | [downstream clone - 4.2.8] /tmp/ is not getting mounted in RHV-M appliance image during boot | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | RHV bug bot <rhv-bugzilla-bot> |
Component: | rhvm-appliance | Assignee: | Yuval Turgeman <yturgema> |
Status: | CLOSED ERRATA | QA Contact: | Pavel Novotny <pnovotny> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.2.7 | CC: | aperotti, dfediuck, emarcus, lleistne, mtessun, nashok, yturgema |
Target Milestone: | ovirt-4.2.8 | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
tmp.mount is masked during build
Consequence:
/tmp is not mounted in the appliance
Fix:
Remove the masking of tmp
Result:
/tmp is mounted as expected
|
Story Points: | --- |
Clone Of: | 1659450 | Environment: | |
Last Closed: | 2019-01-22 12:45:35 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1659450 | ||
Bug Blocks: |
Description
RHV bug bot
2019-01-07 07:02:51 UTC
If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to -. By the way - I see a comment in https://bugzilla.redhat.com/show_bug.cgi?id=1408572#c10 that says this is a configuration issue and not a bug: "This is a configuration issue and not a bug in systemd. We should talk to people building those AMIs and advice them to stop masking tmp.mount. In the meantime please unmask the unit manually in your provisioning scripts." Maybe this comment can be added to the advisory summary? Verified in rhvm-appliance-4.2-20190108.0.el7 /tmp is now mounted during the Appliance boot. # mount | grep '/tmp' /dev/mapper/ovirt-tmp on /tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2,inode64,noquota) # systemctl status tmp.mount ● tmp.mount - /tmp Loaded: loaded (/etc/fstab; disabled; vendor preset: disabled) Active: active (mounted) since Út 2019-01-15 08:04:27 EST; 3min 25s ago Where: /tmp What: /dev/mapper/ovirt-tmp Docs: man:fstab(5) man:systemd-fstab-generator(8) 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://access.redhat.com/errata/RHBA-2019:0129 |