Bug 882206 - ovirt-node: migration to /etc/hostname, /etc/vconsole.conf, /etc/locale.conf
Summary: ovirt-node: migration to /etc/hostname, /etc/vconsole.conf, /etc/locale.conf
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-node
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Fabian Deutsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 881785
TreeView+ depends on / blocked
 
Reported: 2012-11-30 11:48 UTC by Kay Sievers
Modified: 2015-12-02 13:34 UTC (History)
7 users (show)

Fixed In Version: ovirt-node-3.0.3
Clone Of:
Environment:
Last Closed: 2013-11-28 11:58:18 UTC
oVirt Team: ---
Embargoed:


Attachments (Terms of Use)

Description Kay Sievers 2012-11-30 11:48:54 UTC
Fedora is migrating away from:
 /etc/sysconfig/network (the HOSTNAME=... setting)
 /etc/sysconfig/keyboard
 /etc/sysconfig/i18n
to:
 /etc/hostname
 /etc/vconsole.conf
 /etc/locale.conf

See the tracker bug 881785 for details.

We found:
 ovirt-config-hostname: HOSTNAME_FILE="/etc/sysconfig/network

Please update the package for the new config files.

The old files are converted and deleted from the system at update time.
If reading the old files is still supported, please make sure they are
never created again.

Thanks!

Comment 1 Fabian Deutsch 2013-04-12 12:56:00 UTC
These two patches are a first shot to migrate to the new methods, but keeping the legacy methods for centos+rhel.

http://gerrit.ovirt.org/13836 -- hostname
http://gerrit.ovirt.org/13837 -- locale

Basically the patches pull the configuration of the topic into one central places, which is using either the new or legacy way.

Needs testing.


Note You need to log in before you can comment on or make changes to this bug.