fuel-agent/fuel_agent/utils
Dmitry Guryanov 0cc992ba32 change configdrive format to ConfigDrive version 2
We put configdrive with is9660 filesystem to a
partition on a hard disk. New hard disks may have
4K sectors, but blocksize of iso9660 fs is 2K so
it will not work.

To fix this bug we should use another filesystem (ext2)
and another config drive format (files, directory
structure), because NoCloud format, which is currently
used support only vfat and iso9660 filesystems.

Change-Id: Ia0f244f19bab3dfaceef8a092ad03667675a5557
Closes-Bug: #1544818
(cherry picked from commit d58de668f6)
2016-09-07 12:44:22 +00:00
..
__init__.py Upgrade hacking rules and fix new issues 2015-06-26 07:57:07 +00:00
artifact.py Always take into account config file values 2015-07-30 14:43:59 +03:00
build.py Include udev rules for NIC mappings into initramfs 2016-08-16 19:11:37 +03:00
decorators.py Add simple data driver for partitioning info 2015-07-16 10:11:02 +02:00
fs.py change configdrive format to ConfigDrive version 2 2016-09-07 12:44:22 +00:00
grub.py Always take into account config file values 2015-07-30 14:43:59 +03:00
hardware.py Don't filter removable block devices 2015-08-27 17:07:40 +03:00
lvm.py fuel-agent: check if lvcreate supports --yes switch 2015-07-15 11:33:40 +03:00
md.py Merge "fuel-agent: use different md metadata version" 2015-07-30 18:00:14 +00:00
partition.py Move udev rules blacklisting to utils layer 2015-07-29 21:02:45 +03:00
provision.py Configure admin NIC prior the first system boot 2016-08-12 19:29:56 +03:00
utils.py Include udev rules for NIC mappings into initramfs 2016-08-16 19:11:37 +03:00