diff --git a/pkg/nas/utils.go b/pkg/nas/utils.go index b0dd92d61..77528dce2 100644 --- a/pkg/nas/utils.go +++ b/pkg/nas/utils.go @@ -136,7 +136,7 @@ func doMount(mounter mountutils.Interface, opt *Options, targetPath, volumeId, p } rootPath := "/" - if opt.FSType == "cpfs" || mountFstype == MountProtocolCPFSNFS || isExtrameNAS(opt.FSType, opt.Server) { + if opt.FSType == "cpfs" || mountFstype == MountProtocolCPFSNFS { rootPath = "/share" } relPath, relErr := filepath.Rel(rootPath, opt.Path)