Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORTX-32296: Fix ST failure of rpc cancel (Seagate#2104)
Problem: RPC cancel ST is failing due to m0ham utility is failing to send the HA message to client(m0touch). Solution: Currently wait of 3 seconds is there between start of m0touch with n create operations and m0ham message to do the cancel operation. Reduced it to 1 second so that m0touch will be there when m0ham is started. Reduced sleep time for unlink operation as well. Signed-off-by: Madhavrao Vemuri <madhav.vemuri@seagate.com>
- Loading branch information