Start/notes.ini Parameters/DAOSMGR_RESYNC_TIME_END

DAOSMGR_RESYNC_TIME_END

🛠️
Parameter: DAOSMGR_RESYNC_TIME_END
Short description: End time (HH:MM) of the maintenance window for the DAOS resync – no new resync job is started after this time.

Profile

Parameter
DAOSMGR_RESYNC_TIME_END
Category
DAOS
Component
Server
Available since
9.0.1
Supported versions
9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1
GUI equivalent
Server document (Transactional Logging → DAOS → Resync schedule)
Possible values
HH:MM (24h format), e.g. 05:00

Description

Together with DAOSMGR_RESYNC_DAY and DAOSMGR_RESYNC_TIME_START, this parameter defines the maintenance window in which the DAOS manager is allowed to perform its resync run. When the time reaches the end value, no new resync jobs are started; jobs already running are completed.
This prevents the I/O-intensive resync from extending into production hours.

Example configuration

DAOSMGR_RESYNC_DAY=Sun DAOSMGR_RESYNC_TIME_START=02:00 DAOSMGR_RESYNC_TIME_END=05:00

Notes & pitfalls

  • Strictly HH:MM (24h) format.
  • The value must be later than DAOSMGR_RESYNC_TIME_START.
  • Already running resync jobs are NOT aborted.
  • For very large DAOS repositories, choose the window large enough.
  • Takes effect after a server restart or restart task daosmgr.
  • Complementary to DAOSMGR_RESYNC_DAY, DAOSMGR_RESYNC_TIME_START.