LGTM! Just one small clippy warning: warning: using `Option.and_then(|x| Some(y))`, which is more succinctly expressed as `map(|x| y)` --> src/api2/config/datastore.rs:128:28 Otherwise you can consider: Tested-by: Gabriel Goller <g.goller at proxmox.com>