Add nfsOptions parameter to sample storageclass.yaml

Signed-off-by: James Munson <james.munson@suse.com>
This commit is contained in:
James Munson 2023-09-22 10:20:00 -06:00 committed by David Ko
parent cb61e92a13
commit c0a258afef
2 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,4 @@ parameters:
# nodeSelector: "storage,fast" # nodeSelector: "storage,fast"
# recurringJobSelector: '[{"name":"snap-group", "isGroup":true}, # recurringJobSelector: '[{"name":"snap-group", "isGroup":true},
# {"name":"backup", "isGroup":false}]' # {"name":"backup", "isGroup":false}]'
# nfsOptions: "soft,timeo=150,retrans=3"

View File

@ -23,5 +23,6 @@ parameters:
# backingImageChecksum: "SHA512 checksum of the backing image" # backingImageChecksum: "SHA512 checksum of the backing image"
# unmapMarkSnapChainRemoved: "ignored" # unmapMarkSnapChainRemoved: "ignored"
# diskSelector: "ssd,fast" # diskSelector: "ssd,fast"
# nfsOptions: "soft,timeo=150,retrans=3"