Bug 1679007
Summary: | realtime-virtual-host profile apply remains stuck during initial compute deployment via openstack director | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jaison Raju <jraju> |
Component: | tuned | Assignee: | Jaroslav Škarvada <jskarvad> |
Status: | CLOSED DUPLICATE | QA Contact: | qe-baseos-daemons |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.6 | CC: | jeder, jraju, jskarvad, mtosatti, olysonek |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-28 05:25: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: | |
Embargoed: |
Description
Jaison Raju
2019-02-20 05:22:47 UTC
Looks like a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1670275 Can you confirm the workaround in that BZ fixes the problem? The following patch fixes the issue as suggested. https://github.com/redhat-performance/tuned/commit/4790e570ce0e41bde4e1866ed6e3cba723b5f4d8 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- # guestmount -a /tmp/overcloud-realtime-compute.qcow2 -m /dev/sda /mnt/ # wget https://raw.githubusercontent.com/redhat-performance/tuned/4790e570ce0e41bde4e1866ed6e3cba723b5f4d8/profiles/realtime-virtual-host/script.sh --2019-02-27 21:30:51-- https://raw.githubusercontent.com/redhat-performance/tuned/4790e570ce0e41bde4e1866ed6e3cba723b5f4d8/profiles/realtime-virtual-host/script.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.152.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.152.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3550 (3.5K) [text/plain] Saving to: ‘script.sh.1’ 100%[=========================================================================================================================================================================>] 3,550 --.-K/s in 0s 2019-02-27 21:30:51 (95.1 MB/s) - ‘script.sh.1’ saved [3550/3550] # cat script.sh.1 > /mnt/usr/lib/tuned/realtime-virtual-host/script.sh # guestunmount /mnt/ $ openstack overcloud image upload --update-existing --os-image-name overcloud-realtime-compute.qcow2 Image "overcloud-realtime-compute-vmlinuz" is up-to-date, skipping. Image "overcloud-realtime-compute-initrd" is up-to-date, skipping. Image "overcloud-realtime-compute" was uploaded. +--------------------------------------+----------------------------+-------------+------------+--------+ | ID | Name | Disk Format | Size | Status | +--------------------------------------+----------------------------+-------------+------------+--------+ | f2a5a793-f5bc-4227-8192-cd738310d57f | overcloud-realtime-compute | qcow2 | 2642280448 | active | +--------------------------------------+----------------------------+-------------+------------+--------+ Image "bm-deploy-kernel" is up-to-date, skipping. Image "bm-deploy-ramdisk" is up-to-date, skipping. Image file "/httpboot/agent.kernel" is up-to-date, skipping. Image file "/httpboot/agent.ramdisk" is up-to-date, skipping. Some images have been updated in Glance, make sure to rerun openstack overcloud node configure to reflect the changes on the nodes --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- *** This bug has been marked as a duplicate of bug 1554851 *** |