diff --git a/doc/design-resource-model.rst b/doc/design-resource-model.rst
index c4bbc11a876eceefdc5f9c11bd4a5afdf567ce97..73fbd28049d435f50c662b7a593676bfecdb43d8 100644
--- a/doc/design-resource-model.rst
+++ b/doc/design-resource-model.rst
@@ -550,11 +550,10 @@ locks, but that is a separate design change.
 
 .. admonition:: FIXME
 
-  Need to rework instance console vs. instance replace disks. I don't
-  think we need exclusive locks for console and neither for replace
-  disk: it is safe to stop/start the instance while it's doing a replace
-  disks. Only modify would need exclusive, and only for transitioning
-  into/out of offline state.
+  Need to rework instance replace disks. I don't think we need exclusive
+  locks for replacing disks: it is safe to stop/start the instance while
+  it's doing a replace disks. Only modify would need exclusive, and only
+  for transitioning into/out of offline state.
 
 Instance memory model
 ---------------------