diff --git a/tsa/howto/ganeti.mdwn b/tsa/howto/ganeti.mdwn
index 2ae4e3e42f083888b145b6b248bc571ea5ca1559..4b8aa827d18b67472c713118840fa9856eae6472 100644
--- a/tsa/howto/ganeti.mdwn
+++ b/tsa/howto/ganeti.mdwn
@@ -265,19 +265,19 @@ Import procedure:
 
           blkid -t TYPE=swap -s UUID -o value
 
- 3. setup a copy channel, on the KVM host:
+ 3. setup a copy channel, on the SPARE NODE:
  
         ssh-agent bash
         ssh-add /etc/ssh/ssh_host_ed25519_key
         cat /etc/ssh/ssh_host_ed25519_key.pub
 
-    on the ganeti SPARE NODE:
+    on the KVM NODE:
     
         echo "$KEY_FROM_KVM_HOST" >> /etc/ssh/userkeys/root
 
  4. copy the `.qcow` file over, from the KVM host to the SPARE NODE:
  
-        rsync -P /srv/vmstore/$INSTANCE/$INSTANCE-root $SPARE_NODE:/srv/
+        rsync -P $KVM_HOST:/srv/vmstore/$INSTANCE/$INSTANCE-root /srv/
 
  5. on the SPARE NODE, create and initialize a logical volume with the predetermined size: