This control was used by the older implementation of tool to restore a
database from backup. In the new implemenation of tool, it freezes and thaws
only the database being restored.
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
return ctdb_control_freeze(ctdb, c, async_reply);
case CTDB_CONTROL_THAW:
- CHECK_CONTROL_DATA_SIZE(0);
- return ctdb_control_thaw(ctdb, true);
+ return control_not_implemented("THAW", NULL);
case CTDB_CONTROL_SET_RECMODE:
CHECK_CONTROL_DATA_SIZE(sizeof(uint32_t));