Lines Matching refs:lxcpath
16 lxcpath=/var/lib/lxcsym1
19 lxc-destroy -P $lxcpath -f -n symtest1 || true
20 rm -f $lxcpath
32 lxc-start -P $lxcpath -n symtest1 -l trace -o $lxcpath/log || pass="fail"
33 [ $pass = "pass" ] && lxc-wait -P $lxcpath -n symtest1 -t 10 -s RUNNING || pass="fail"
36 cat $lxcpath/log
40 lxc-stop -P $lxcpath -n symtest1 -k || true
43 # make lxcpath a symlink - this should NOT cause failure
44 ln -s /var/lib/lxc $lxcpath
46 lxc-destroy -P $lxcpath -f -n symtest1 || true
47 lxc-create -P $lxcpath -t busybox -n symtest1
69 rm -rf $lxcpath/symtest1/rootfs/opt/xxx
70 mkdir -p $lxcpath/symtest1/rootfs/opt/xxx
71 mkdir -p $lxcpath/symtest1/rootfs/opt/xxx/dir
72 touch $lxcpath/symtest1/rootfs/opt/xxx/file
73 touch $lxcpath/symtest1/rootfs/opt/xxx/file2src
74 ln -s $lxcpath/symtest1/rootfs/opt/xxx/file2src $lxcpath/symtest1/rootfs/opt/xxx/file2
82 rm -rf $lxcpath/symtest1/rootfs/opt/xxx
83 mkdir -p $lxcpath/symtest1/rootfs/opt/xxx
84 touch $lxcpath/symtest1/rootfs/opt/xxx/file2
85 mv $lxcpath/symtest1/rootfs/proc $lxcpath/symtest1/rootfs/proc1
86 ln -s $lxcpath/symtest1/rootfs/proc1 $lxcpath/symtest1/rootfs/proc