summaryrefslogtreecommitdiff
path: root/vmdb/plugins/mkfs_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2023-04-07When initializing an ext4 filesystem, omit the large_dir and metadata_csum_se...Gunnar Wolf1-0/+11
2022-01-01feat: cryptsetup stepLars Wirzenius1-1/+16
2021-02-06Add support for mkfs optionsMatthias Klein1-1/+7
2020-09-05refactor(plugins): replace cliapp's plugin infra with a custom oneLars Wirzenius1-3/+1
2020-08-20refactor: format all Python modules with blackLars Wirzenius1-20/+13
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius1-7/+12
2019-12-15Change: make mkfs record the filesystem typeAntonio Terceiro1-0/+2
2019-12-07Add: vmdb.NotString error classLars Wirzenius1-12/+3
2019-12-07Change: improve logging of mkfs step parameter mistakesLars Wirzenius1-0/+16
2018-08-31Add support for f2fs labelsChristian Schlüter1-0/+2
2018-08-18Change: systematize how tags are usedLars Wirzenius1-4/+3
2018-07-16Add support for filesystem labelsChristian Schlüter1-1/+9
2017-06-18Add: Run pylint in check; fix problems it findsLars Wirzenius1-4/+1
2017-05-21Make progress reporting prettier, and not be errors anymoreLars Wirzenius1-1/+1
2017-04-01Improve progress reportingLars Wirzenius1-1/+1
2017-04-01Add vmdb.runcmd function, make everything use thatLars Wirzenius1-1/+1
2017-03-29Rename step_spec to just step, for clarityLars Wirzenius1-3/+3
2017-03-28Use partition tags for mkfs instead of devicesLars Wirzenius1-2/+3
2017-03-25Add mkfs stepLars Wirzenius1-0/+44