oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
613 stars 137 forks source link

Increase mbuffer watchdog timeout to 600 seconds #342

Closed nahall closed 6 years ago

nahall commented 6 years ago

mbuffer activates its watchdog under certain circumstances which causes znapzend to abort and get stuck. See https://github.com/oetiker/znapzend/issues/341. This commit increases the timeout to 600 seconds to allow it enough time to complete.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 85.901% when pulling b5f44745a66bc10d5af49e129287bd33b2c36bbd on nahall:master into 8973b8cb9081b0236c7b592c93deee86c8ce4412 on oetiker:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 85.901% when pulling b5f44745a66bc10d5af49e129287bd33b2c36bbd on nahall:master into 8973b8cb9081b0236c7b592c93deee86c8ce4412 on oetiker:master.

oetiker commented 6 years ago

thanks