summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-02-15 16:03:37 -0500
committerScott Moser <smoser@ubuntu.com>2012-02-15 16:03:37 -0500
commit4213f7c28c2b6788938b1504e5dec7fcda2b8806 (patch)
treee1d72002d8f900dd5ae0eb3b74f35e9c6608108b /ChangeLog
parentfcefeb469261bf19ffa249ceddf1ca003e520e5d (diff)
downloadvyos-cloud-init-4213f7c28c2b6788938b1504e5dec7fcda2b8806.tar.gz
vyos-cloud-init-4213f7c28c2b6788938b1504e5dec7fcda2b8806.zip
DataSourceOVF: only search for OVF data on ISO9660 filesystems
I believe this will resolve LP: #898373 by making DataSourceOVF restrict its mounting of filesystems to iso9660. By doing this, it will never mount a ext3 (or btrfs or any fs that mountall would fsck) and thus will avoid any races with that. LP: #898373
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45af41ed..5b0cfb90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@
- in ci-info lines, use '.' to indicate empty field for easier machine reading
- support empty lines in "#include" files (LP: #923043)
- support configuration of salt minions (Jeff Bauer) (LP: #927795)
+ - DataSourceOVF: only search for OVF data on ISO9660 filesystems (LP: #898373)
0.6.2:
- fix bug where update was not done unless update was explicitly set.
It would not be run if 'upgrade' or packages were set to be installed