[PATCH crystal-ci] sparrow/0-package: add /srv/osimage in tiny

Because /srv/osimage is required to mapped in os-cifs-smb.conf/start. Signed-off-by: Hu XueJiao <huxuejiao1@huawei.com> --- sparrow/1-storage/tiny | 1 + 1 file changed, 1 insertion(+) diff --git a/sparrow/1-storage/tiny b/sparrow/1-storage/tiny index 175787c..eb6f8b1 100755 --- a/sparrow/1-storage/tiny +++ b/sparrow/1-storage/tiny @@ -10,6 +10,7 @@ dirs=( /srv/initrd/pkg /srv/initrd/deps /srv/os + /srv/osimage /srv/redis /srv/result /srv/cci/scheduler -- 2.23.0

On Fri, Aug 21, 2020 at 12:10:46PM +0800, Hu Xuejiao wrote:
Because /srv/osimage is required to mapped in os-cifs-smb.conf/start.
Signed-off-by: Hu XueJiao <huxuejiao1@huawei.com> --- sparrow/1-storage/tiny | 1 + 1 file changed, 1 insertion(+)
diff --git a/sparrow/1-storage/tiny b/sparrow/1-storage/tiny index 175787c..eb6f8b1 100755 --- a/sparrow/1-storage/tiny +++ b/sparrow/1-storage/tiny @@ -10,6 +10,7 @@ dirs=( /srv/initrd/pkg /srv/initrd/deps /srv/os + /srv/osimage /srv/redis /srv/result /srv/cci/scheduler -- 2.23.0
It looks ok Thanks, Baijing

Probably not necessary: wfg@crystal ~% ls /srv/osimage ls: cannot access '/srv/osimage': No such file or directory Thanks, Fengguang On Fri, Aug 21, 2020 at 12:10:46PM +0800, Hu Xuejiao wrote:
Because /srv/osimage is required to mapped in os-cifs-smb.conf/start.
Signed-off-by: Hu XueJiao <huxuejiao1@huawei.com> --- sparrow/1-storage/tiny | 1 + 1 file changed, 1 insertion(+)
diff --git a/sparrow/1-storage/tiny b/sparrow/1-storage/tiny index 175787c..eb6f8b1 100755 --- a/sparrow/1-storage/tiny +++ b/sparrow/1-storage/tiny @@ -10,6 +10,7 @@ dirs=( /srv/initrd/pkg /srv/initrd/deps /srv/os + /srv/osimage /srv/redis /srv/result /srv/cci/scheduler -- 2.23.0

On Fri, Aug 21, 2020 at 12:10:46PM +0800, Hu Xuejiao wrote:
Because /srv/osimage is required to mapped in os-cifs-smb.conf/start.
Signed-off-by: Hu XueJiao <huxuejiao1@huawei.com> --- sparrow/1-storage/tiny | 1 + 1 file changed, 1 insertion(+)
diff --git a/sparrow/1-storage/tiny b/sparrow/1-storage/tiny index 175787c..eb6f8b1 100755 --- a/sparrow/1-storage/tiny +++ b/sparrow/1-storage/tiny @@ -10,6 +10,7 @@ dirs=( /srv/initrd/pkg /srv/initrd/deps /srv/os + /srv/osimage /srv/redis /srv/result /srv/cci/scheduler -- 2.23.0
participants (3)
-
Bai Jing
-
Hu Xuejiao
-
Wu Fengguang