5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-03 01:18:01 +03:00

rbd plugin: schema: document default value for 'krbd' setting

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2024-12-19 11:43:05 +01:00 committed by Fabian Grünbichler
parent a16bf6f791
commit 7166db2ce4

View File

@ -389,6 +389,7 @@ sub properties {
krbd => {
description => "Always access rbd through krbd kernel module.",
type => 'boolean',
default => 0,
},
keyring => {
description => "Client keyring contents (for external clusters).",