[pbs-devel] [PATCH proxmox-backup 02/23] pbs-api-types: add backing-device to DataStoreConfig
Lukas Wagner
l.wagner at proxmox.com
Tue Sep 19 15:37:53 CEST 2023
On 9/15/23 08:54, Hannes Laimer wrote:
> + "backing-device": {
> + description: "The UUID of the device, iff the datastore is removable.",
^
I don't think that we should use 'iff' in documentation. I am not sure
if people outside of the academic world know that 'iff' means 'if and
only if' ;)
> +
> + /// The UUID of the device(iff removable)
> + #[serde(skip_serializing_if = "Option::is_none")]
> + pub backing_device: Option<String>,
> }
Same here
--
- Lukas
More information about the pbs-devel
mailing list