mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-23 14:23:53 -04:00
* pve-tool: storage share helper script for Proxmox This script provides a menu-driven interface for managing various storage types in Proxmox, including SMB, NFS, and iSCSI. It includes functions for testing mounts, adding storage, and managing LXC mountpoints. * bump function call * add dynamic whiptail (feedback from #15882) * broken whiptail in menu 4 * fix ui bug, more space for container names * fix whiptail pick mountpoint * Allow removing multiple LXC mountpoints Update `remove_lxc_mountpoint` in `storage-share-helper.sh` to support multi-select mountpoint removal for a container. Each selected mountpoint is now confirmed individually (default No), processed independently, and reported in a final result summary with `removed`, `FAILED`, or `skipped` status. * stupid whiptail.. now done * Update storage-share-helper.sh