Deleted Added
full compact
32c32
< __FBSDID("$FreeBSD: head/sbin/hastd/hastd.c 222108 2011-05-19 23:18:42Z pjd $");
---
> __FBSDID("$FreeBSD: head/sbin/hastd/hastd.c 225830 2011-09-28 13:08:51Z pjd $");
388a389,394
> /*
> * When metaflush has changed we don't really need restart,
> * but it is just easier this way.
> */
> if (res0->hr_metaflush != res1->hr_metaflush)
> return (true);
418a425,426
> if (res0->hr_metaflush != res1->hr_metaflush)
> return (true);
438a447
> nv_add_int32(nvout, (int32_t)res->hr_metaflush, "metaflush");
594,596c603,605
< * PRIMARY, but only if remote address, replication mode, timeout or
< * execution path has changed. For those, there is no need to restart
< * worker process.
---
> * PRIMARY, but only if remote address, source address, replication
> * mode, timeout, execution path or metaflush has changed.
> * For those, there is no need to restart worker process.
598,599c607,609
< * replication mode has changed or simply set new timeout if only
< * timeout has changed.
---
> * source address has changed or it will set new timeout if only timeout
> * has changed or it will update metaflush if only metaflush has
> * changed.
629a640
> cres->hr_metaflush = nres->hr_metaflush;