On Wed, May 16, 2018 at 01:20:53PM +0200, Yannis Milios wrote: > First make sure your DRBD cluster is in healthy state, that is, all drbd > control volumes are in "normal" status. > > Then, I would use "drbdmanage resume-all" to resume all pending operations > first. If that fails, then I would use "drbdmanage remove-snapshot -f > resource snapshot" to force remove then snapshot from DRBD cluster.
Exactly. Keep in mind that "-f" just deletes it from the cluster DB, you then also want to do the manual cleanup (e.g., removing this snapshot, if it existed in the first place, from the backing pools). Regards, rck _______________________________________________ drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
