Bug 1195672
Summary: | [host-deploy] missing -t parameter to mktemp | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Moti Asayag <masayag> |
Component: | ovirt-engine-core | Assignee: | Alon Bar-Lev <alonbl> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Gonza <grafuls> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5 | CC: | alonbl, bazulay, bugs, dougsland, ecohen, gklein, iheim, lsurette, mgoldboi, oourfali, ovirt-bugs, rbalakri, yeylon |
Target Milestone: | --- | ||
Target Release: | 3.5.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-04-29 06:17:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1193058 |
Description
Moti Asayag
2015-02-24 11:18:23 UTC
this is master only we need to apply this anyway. I tried verifying this on the following version: rhevm-3.5.1-0.1.el6ev.noarch And from the logs I can see the mktemp command differs from the changes made on this patch: Executing command via SSH umask 0077; MYTMP="$(TMPDIR="${OVIRT_TMPDIR}" mktemp -t ovirt-XXXXXXXXXX)"; trap "chmod -R u+rwX \"${MYTMP}\" > /dev/null 2>&1; rm -fr \"${MYTMP}\" > /dev/null 2>&1" 0; rm -fr "${MYTMP}" && mkdir "${MYTMP}" && tar --warning=no-timestamp -C "${MYTMP}" -x && "${MYTMP}"/setup DIALOG/dialect=str:machine DIALOG/customization=bool:True < /var/cache/ovirt-engine/ovirt-host-deploy.tar Can we verify that this patch made it to rhevm-3.5.1? within your output: --- mktemp -t ovirt-XXXXXXXXXX --- which means that we are good. ovirt 3.5.2 was GA'd. closing current release. |