mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 17:49:44 +00:00
DatastoreTuning: fix serde attributes
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
ecca38b94b
commit
7cb2d72b97
@ -213,7 +213,9 @@ pub enum DatastoreFSyncLevel {
|
||||
/// Datastore tuning options
|
||||
pub struct DatastoreTuning {
|
||||
/// Iterate chunks in this order
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub chunk_order: Option<ChunkOrder>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub sync_level: Option<DatastoreFSyncLevel>,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user