summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-07-19 15:42:52 -0400
committerScott Moser <smoser@ubuntu.com>2011-07-19 15:42:52 -0400
commit20a0cf9bf34408706f34edee5e1e75fd9676774c (patch)
treedd5b94e6df9586e145ee5cca27ffddf8adc25aa5 /ChangeLog
parente7899aa1f904cfe8daf8cf7652f3be6a7381d09c (diff)
downloadvyos-cloud-init-20a0cf9bf34408706f34edee5e1e75fd9676774c.tar.gz
vyos-cloud-init-20a0cf9bf34408706f34edee5e1e75fd9676774c.zip
do not complain if attempt to resizefs in an lxc container fails
it is expected / understood that mknod would fail inside an lxc container. So, if thats the case, just log a debug message saying so. LP: #800856
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 762abafa..14039690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,7 @@
- fix cloud-init in ubuntu lxc containers (LP: #800824)
- sanitize hosts file for system's hostname to 127.0.1.1 (LP: #802637)
- add chef support (cloudinit/CloudConfig/cc_chef.py)
+ - do not give trace on failure to resize in lxc container (LP: #800856)
0.6.1:
- fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509)
- improve comment strings in rsyslog file tools/21-cloudinit.conf