Bug 1209356
Summary: | virt-who's new configure file /etc/virt-who.d/XXX can't be save after reboot rhevh | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Liushihui <shihliu> |
Component: | ovirt-node | Assignee: | Ryan Barry <rbarry> |
Status: | CLOSED ERRATA | QA Contact: | Huijuan Zhao <huzhao> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.0 | CC: | cshao, dfediuck, fdeutsch, gklein, gxing, lsurette, pstehlik, rbarry, rnovacek, sgao, ycui, yeylon, ykaul |
Target Milestone: | ovirt-3.6.2 | ||
Target Release: | 3.6.2 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ovirt-node-3.6.1-1.0.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-09 14:22:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Liushihui
2015-04-07 07:18:14 UTC
Just to confirm: You're manually creating /etc/virt-who.d/virtwho? We can add something which persists all the files in /etc/virt-who.d/ on shutdown/reboot, but I'd like to know the possible files to save. Can it be anything in /etc/virt-who.d/? Yes, Any file in /etc/virt-who.d/ should be persist. Thanks. (In reply to Ryan Barry from comment #1) > Just to confirm: > > You're manually creating /etc/virt-who.d/virtwho? > > We can add something which persists all the files in /etc/virt-who.d/ on > shutdown/reboot, but I'd like to know the possible files to save. Can it be > anything in /etc/virt-who.d/? rhevh-vdsm6-6.6-20150402.0 also has the same problem It also exist on Rhev-hypervisor-6-6.7-20150707.0 this is an automated message. oVirt 3.6.0 RC3 has been released and GA is targeted to next week, Nov 4th 2015. Please review this bug and if not a blocker, please postpone to a later release. All bugs not postponed on GA release will be automatically re-targeted to - 3.6.1 if severity >= high - 4.0 if severity < high Btw: next version of virt-who will introduce new file /etc/virt-who.conf. Is it necessary for ovirt-node to make this file editable? Should I create new bug for that? Radek, thanks for the heads up. Yes, we need to persist the file. Could you consider to keep that file in the /etc/virt-who.d folder? I don't think it's a good idea to keep that in /etc/virt-who.d folder, because: * Our users might already have virt-who.conf file in the /etc/virt-who.d directory. I think that if someone needs to create only one config file for virt-who, it is quite probable that he names it virt-who.conf. * compatibility with other programs. It's quite common to have main config file named {program}.conf and then a directory {program}.d for additional config files. Looking to the /etc on my system, following programs are using this schema: ant, dnsmasq, logrotate, rsyslog, sysctl, etc. For these reasons I would like to call this file /etc/virt-who.conf. Yes, yes, I agree with both reasons above - I'd argue that way myself. So should I create a new bug for that? Yes please. Can you also tell when that virt-who version will land? Bug created: https://bugzilla.redhat.com/show_bug.cgi?id=1284934 Still encounter this issue (same as comment 0) in rhev-hypervisor-7-7.2-20151210.1.e17ev. Test version: rhev-hypervisor-7-7.2-20151210.1.e17ev ovirt-node-3.6.0-0.24.20151209gitc0fa931.el7ev.noarch Test Steps: 1.Configure virt-who(/etc/virt-who.d/virtwho) run at rhevm mode. # cat /etc/virt-who.d/virtwho [test-rhevm1] type=rhevm server=https://10.66.79.58:443 username=admin@internal password=redhat owner=ACME_Corporation env=Library 2.Reboot rhevh system, check this file /etc/virt-who.d/virtwho Actual results: /etc/virt-who.d/virtwho isn't exist after reboot rhevh Additional: There is no /etc/virt-who.conf file So this bug is not fix in rhev-hypervisor-7-7.2-20151210.1.e17ev, change the status to ASSIGNED Test version: rhev-hypervisor-7-7.2-20151229.0.e17ev ovirt-node-3.6.1-1.0.el7ev.noarch Test Steps: 1.Configure virt-who(/etc/virt-who.d/virtwho) run at rhevm mode. # cat /etc/virt-who.d/virtwho [test-rhevm1] type=rhevm server=https://10.66.79.58:443 username=admin@internal password=redhat owner=ACME_Corporation env=Library 2.Reboot rhevh system, check this file /etc/virt-who.d/virtwho Test results: /etc/virt-who.d/virtwho is exist after reboot rhevh So this bug is fix in rhev-hypervisor-7-7.2-20151229.0.e17ev, change the status to VERIFIED 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-0378.html |