You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating the tmpdir manually can work around it:
mkdir -p /snap/subutai/common/lxc/tmpdir
This is not a good solution for fresh installs since BTRFS won't be inited in this case
This works for already existing peers where for some reason the aforementioned folder is missing
In a fresh installation of Ubuntu 16.04.3 RH, /var/snap/subutai/common/lxc/ does not exist, so that management container cannot be imported:
Creating the tmpdir manually can work around it:
mkdir -p /snap/subutai/common/lxc/tmpdir
The text was updated successfully, but these errors were encountered: