mute no-rss-warning for shares

This commit is contained in:
ed 2026-08-03 21:57:22 +00:00
parent 6f924829ee
commit b9405a3e25

View file

@ -2762,6 +2762,7 @@ class AuthSrv(object):
for k in drop:
t = 'cannot enable [%s] for volume "/%s" because this requires one of the following: e2d / e2ds / e2dsa (either as volflag or global-option)'
if not (enshare and vp.startswith(shrs)):
self.log(t % (k, vol.vpath), 1)
vol.flags.pop(k)