RETIRED, Fuel Agent
Go to file
Vladimir Kozhukalov 50e90af6e3 Temporary fix for lost upstart directory
When we have just os-root fs image and don't have
os-var-log fs image while / and /var/log are supposed to be
separate file systems and os-var-log is mounted into
non-empty directory on the / file system, those files in /var/log
directory become unavailable.
The thing is that among those file there is /var/log/upstart
where upstart daemon writes its logs. We have specific upstart job
which is to flush open files once all file systems are mounted.
This job needs upstart directory to be available on os-var-log
file system.
This is just a temporary fix and correct fix will be available soon
via updates.

Change-Id: Idfea34541e9aabdd22455456c082d78da42657f9
Related-Bug: #1494684
2015-09-18 15:41:09 +03:00
cloud-init-templates Make /var/log/puppet.log readable only to root 2015-08-20 12:24:29 +02:00
debian Add cloud init templates to Debian package 2015-07-22 01:24:59 +03:00
etc/fuel-agent Rename all "utils/*_utils.py" 2015-06-26 07:57:15 +00:00
fuel_agent Temporary fix for lost upstart directory 2015-09-18 15:41:09 +03:00
specs FA: add xz, coreutils for fuel-agent spec 2015-07-16 18:03:33 +03:00
tools Added Fuel agent 2014-07-10 19:05:58 +04:00
.gitignore Added infrastructure files 2015-07-14 14:54:56 +03:00
.gitreview Added infrastructure files 2015-07-14 14:54:56 +03:00
openstack-common.conf Added Fuel agent 2014-07-10 19:05:58 +04:00
requirements.txt Pin oslo.config version to 1.15 or less 2015-07-21 11:52:09 +02:00
run_tests.sh Added infrastructure files 2015-07-14 14:54:56 +03:00
setup.cfg Add simple data driver for partitioning info 2015-07-16 10:11:02 +02:00
setup.py Remove pbr import from fuel_agent's setup.py 2015-07-07 14:48:59 +02:00
test-requirements.txt All tests in fuel_agent use unittest2 now 2015-07-16 12:42:52 +02:00
tox.ini Change testrunner to py.test 2015-06-26 07:57:19 +00:00