Fix: sync nfsclient ops map with nfsclient struct (#9128)

This commit is contained in:
Wilfried OLLIVIER 2021-04-14 20:43:07 +02:00 committed by GitHub
parent 91690803d6
commit 1fa9259392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 {