for _, mount := range p.PluginObj.Config.Mounts {
            // found the mount in the config
            if mount.Name == s.name {
                // is it settable ?
                if ok, err := s.isSettable(allowedSettableFieldsMounts, mount.Settable); err != nil {