Megatest

Changes To lxd_test_cluster
Login

Changes to "lxd_test_cluster" between 2017-03-23 19:09:23 and 2017-03-23 19:12:10

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
41
42
43
44
45
46
47


48
49
50
51
52
53
54







-
-








    host# lxc launch images:ubuntu/xenial/amd64 ash

## setup shared space across containers, mounted from host fs<a id="orgheadline4"></a>

    mkdir /lxd-shared

-   my root disk is bigly

    chmod 777 /lxd-shared

    host# lxc config device add ruby sharedtmp disk path=/lxd-shared source=/lxd-shared

    host# lxc config device add ash sharedtmp disk path=/lxd-shared source=/lxd-shared

    host# lxc config device add pablo sharedtmp disk path=/lxd-shared source=/lxd-shared