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