[pve-devel] [PATCH ha-manager 2/2] add api getter/setter for node maintenance mode

Thomas Skinner thomas at atskinner.net
Fri Aug 29 22:17:34 CEST 2025


On Tue, Aug 26, 2025 at 4:38 AM Daniel Kral <d.kral at proxmox.com> wrote:
>
> Thanks for working on this!
>
> I have added some comments inline. Please run `make tidy` on this patch
> (and other patches for that sake) to automatically reformat the code.
>
> See [0] for more information.
>
> [0] https://git.proxmox.com/?p=proxmox-perltidy.git;a=summary

The tidy command as written does not currently include untracked
files, so that's why my newly added file did not get caught by the
formatter. Looking at git ls-files docs, adding the -co (tracked and
untracked) and the --exclude-standard (use standard exclusions)
parameters would handle targeting untracked files as well.



More information about the pve-devel mailing list