Steffen Zieger

Results 151 comments of Steffen Zieger

Great! If any help is needed, just let me know.

`python::pyvenv` relies on `$facts['python3_version']` if `python_version` is set to `system`. That's why it's failing here and I'd say, adding a version check seems to be a good fix: ``` if...

@smortex showed a valid reason, why `local_subscribe` might be set to `undefined`. I'm using `vcsrepo` which clones a repo with the `requirements.txt` included, which means, that there's no `File[$requirements]` defined...

parted has a `resizepart` command, which is easier to use than fdisk (and maybe also less error prone. I've not tried it, but there's a hook script by @saschalucas https://github.com/saschalucas/ganeti-hook-grow-disk

Works with a new size in MB/GB/TB or percent: ``` (parted) p Model: Linux device-mapper (linear) (dm) Disk /dev/dm-11: 524MB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number...

What about showing the default value within the `gnt-cluster info` command output? This way, it's also visible not only during an upgrade, but also during runtime which values differ

Any news on this? Anything I can help with?

I'm aware of vox pupuli and I'm planning on migrating most of my modules asap. Any help is appreciated :)

Managing yes, but purging by default should be configurable set to `false` by default.