[pve-devel] applied: [PATCH proxmox-fuse-rs 0/1] Add rename operation support
Kefu Chai
k.chai at proxmox.com
Tue Dec 23 13:47:12 CET 2025
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 <w.bumiller at proxmox.com> 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
More information about the pve-devel
mailing list