Hi Wolfgang, Thanks for reviewing my change. No changes so far, this is the only change I wanted to have in proxmox-fuse-rs when porting pve-cluster to Rust. cheers, On Monday, 12/22/2025, 19:35, Wolfgang Bumiller <[email protected]> wrote:
applied thanks Technically an API break so we'd have to bump to 2.0 with this. Are there any other breaking API changes we need? On Tue, Nov 11, 2025 at 10:37:59PM +0800, Kefu Chai wrote: This patch implements the rename operation in proxmox-fuse-rs, which was previously unimplemented due to lack of use cases. The rust rewrite of pve-cluster uses proxmox-fuse-rs for its FUSE integration and requires rename support for files exposed by plugins. This implementation ensures feature parity with the C version of pve-cluster. Kefu Chai (1): add rename operation src/requests.rs [http://requests.rs/] | 25 +++++++++++++++++++++++++ src/session.rs [http://session.rs/] | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
