On Thu, Nov 19, 2020 at 11:12:59AM +0800, Zhang Yu wrote:
Title should be like this: container/initrd-cifs: make the container/initrd-cifs to share /srv/initrd
got it
Thanks, Shenwei
On Thu, Nov 19, 2020 at 10:56:15AM +0800, Xiao Shenwei wrote:
[why] our os-cifs container will mount three dir,
^^ dirs
/srv/os, /srv/initrd, /srv/result in order to reduce the coupling, need split them
^ to
Thanks, Zhangyu
[how] one folder mount by one container
[usage] two ways for the client to mount initrd:
- initrd
mount -t cifs -o guest,port=446 //ip/initrd /tmp/initrd
- osimage: for lkp compatibility
mount -t cifs -o guest,port=446 //ip/osimage /tmp/osimage