"system system" r5 has been fixed
Upstream r5 and r6 have been fixed.
from: system host-show ${NODE} --nowrap | fgrep rootfs
to : system host-show ${NODE} | grep rootfs
Upstream r5 and r6 have been fixed.
from: system host-show controller-0 --nowrap | fgrep rootfs
to : system host-show controller-0 | grep rootfs
and
from: system host-show controller-1 --nowrap | fgrep rootfs
to : system host-show controller-1 | grep rootfs
Changed 80G to 60G
Removed Lines
Outdent one commented command
ADD export NODE=controller-0` to set the variable $NODE
Change `hostdisk-partition-add` to `host-disk-partition-add` (typo)
Signed-off-by: Tais Poggi <Tais.ElenaPoggi@windriver.com>
Change-Id: I294aa4edad83d80416cd14ab91b1ac409818bb1f
Signed-off-by: Tais Poggi <Tais.ElenaPoggi@windriver.com>