Fix: sync nfsclient ops map with nfsclient struct (#9128)
This commit is contained in:
parent
91690803d6
commit
1fa9259392
|
|
@ -467,6 +467,9 @@ func (n *NFSClient) Init() error {
|
|||
}
|
||||
}
|
||||
|
||||
n.nfs3Ops = nfs3Ops
|
||||
n.nfs4Ops = nfs4Ops
|
||||
|
||||
if len(n.IncludeMounts) > 0 {
|
||||
n.Log.Debugf("Including these mount patterns: %v", n.IncludeMounts)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue