Skip to content
Snippets Groups Projects
Verified Commit 0e6bc440 authored by anarcat's avatar anarcat
Browse files

ssh access bug fixed

parent 66c42cf5
No related branches found
No related tags found
No related merge requests found
......@@ -283,13 +283,6 @@ Import procedure:
rsync -P $KVM_HOST:/srv/vmstore/$INSTANCE/$INSTANCE-root /srv/
rsync -P $KVM_HOST:/srv/vmstore/$INSTANCE/$INSTANCE-lvm /srv/ || true
Warning: the FSN nodes don't have SSH access everywhere due to a
flaw in our installation process ([ticket #33143](https://trac.torproject.org/projects/tor/ticket/33143]). You will
need to manually allow them to connect with iptables before the
above will work, on the KVM HOST:
iptables -I INPUT -s $SPARE_NODE -j ACCEPT
Note: it's possible there is not enough room in `/srv`: in the
base Ganeti installs, everything is in the same root partition
(`/`) which will fill up if the instance is (say) over ~30GiB. In
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment