Add nfsOptions parameter to sample storageclass.yaml

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

View File

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

View File

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