All notable changes to the "proxmox-lxc-privilege-converter" project will be documented in this file.
- Allowing users to select the target container ID. Built in check to identify all VM/ID Ids already in use.
- Unified regex for affirmative input checks, addressing inconsistencies.
- Refined feedback in
summarize_actions
to align with actual operations performed. - Added minimal help function (-h --help)
- Completley simplified
find_next_free_id()
logfic withpvesh get /cluster/nextid
now. One command to replace the function.
- Enhanced
find_next_free_id()
function to support Proxmox clusters. Previously, the function only worked for single PVE-hosts, leading to potential ID conflicts in cluster environments. The fix, contributed by haemka, involves usingpvesh
to fetch existing IDs across all hosts, ensuring unique ID allocation in both single-host and cluster setups. - added CHANGELOG to the repository
- Improved some functions and minor bugfix.
- Added summary function.
- Initial release of the lxc_privilege_converter.sh script
- README and LICENSE files