index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
config
/
cc_disk_setup.py
Age
Commit message (
Expand
)
Author
2021-05-07
cc_disk_setup.py: remove UDEVADM_CMD definition as not used (#886)
dermotbradley
2021-04-22
Use `partprobe` to re-read partition table if available (#856)
Nicolas Bock
2020-09-21
Fix typo in disk_setup module's description (#579)
Wacław Schiller
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-03-23
cc_disk_setup: fix RuntimeError (#270)
Daniel Watkins
2020-02-07
cc_disk_setup: add swap filesystem force flag (#207)
Ryan Harper
2020-01-07
fixed minor bug with mkswap in cc_disk_setup.py (#143)
andreaf74
2018-10-11
Correct spelling in an error message (udevadm).
Katie McLaughlin
2018-04-26
net: detect unstable network names and trigger a settle if needed
Ryan Harper
2017-12-15
lint: Fix lints seen by pylint version 1.8.1.
Chad Smith
2017-05-26
disk_setup: udev settle before attempting partitioning or fs creation.
Scott Moser
2017-05-22
disk_setup: fix several issues with gpt disk partitions.
Scott Moser
2017-05-17
Azure: fix reformatting of ephemeral disks on resize to large types.
Scott Moser
2017-05-03
fs_setup: if cmd is specified, use shell interpretation.
Paul Meyer
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-03-24
Fix filesystem creation when using "partition: auto"
Jonathan Ballet
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-11-22
disk_setup: Use sectors as unit when formatting MBR disks with sfdisk.
Daniel Watkins
2016-10-25
disk-config: udev settle after partitioning in gpt format.
Scott Moser
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
2016-09-21
Allow ephemeral drive to be unpartitioned
Paul Meyer
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-04-04
disk_setup: correctly send --force to mkfs on block devices
Scott Moser
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-07-22
remove some overly verbose log messages
Scott Moser
2015-07-21
Extend disk_setup and mounts to handle /dev/disk symlinks.
Daniel Watkins
2015-03-18
Update is_disk_used for changed enumerate_disk output.
Daniel Watkins
2015-02-13
fix usage of python2 'print'
Scott Moser
2015-01-13
Find disk size differently for GPT.
Daniel Watkins
2015-01-13
Initial run at GPT disk handling.
Daniel Watkins
2015-01-13
Implement check_partition_gpt_layout.
Daniel Watkins
2015-01-13
Fix lsblk output option.
Daniel Watkins
2014-08-26
further remove evidence of pylint.
Scott Moser
2014-08-26
fix(pep8): Fix various pep8 violations and version-lock pep8
Jay Faulkner
2013-10-04
pep8 and pylint fixes
Scott Moser
2013-10-04
simplifications and some function renames
Scott Moser
2013-10-03
Added support for 'ephmeral0.<auto|any|0>' for device mappings in disk
Ben Howard
2013-10-03
Make {pep8,pylint,test} pass commit.
Ben Howard
2013-10-03
Wrapped use of 'lsblk' to a generator function; removed other fcalls to 'lsblk'
Ben Howard
2013-10-03
Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...
Ben Howard
2013-10-03
remove verbosity of log.info
Scott Moser
2013-10-03
use native python code for wiping partition table
Scott Moser
2013-10-03
fix pep8
Scott Moser
2013-10-02
Added ability to define disks via 'ephemeralX.Y'.
Ben Howard
2013-10-02
fix permission changes
Scott Moser
2013-10-01
Reordered several imports in order for test suite to pass.
Eric Nordlund
2013-09-27
find_device_node: treat label=None as label=""
Scott Moser
2013-09-27
change LOG.debug('format' % var) to ('format', var)
Scott Moser
2013-09-27
fix one bug
Scott Moser
[next]