Skip to content

Commit da68609

Browse files
committed
Fix devmapper test
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 5a26a03 commit da68609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snapshots/devmapper/snapshotter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func (s *Snapshotter) Commit(ctx context.Context, name, key string, opts ...snap
265265
return err
266266
}
267267

268-
return s.pool.DeactivateDevice(ctx, deviceName, false, false)
268+
return s.pool.DeactivateDevice(ctx, deviceName, true, false)
269269
})
270270
}
271271

0 commit comments

Comments
 (0)