If the database fails (for example, as the result of a power failure), and the volumes were fully functioning, the database system carries out a restart. This means that the effects that completed transactions had on the data volumes are reproduced (ROLL FORWARD), and the effects that uncompleted transactions would have had are cancelled out (ROLLBACK).