Sun Xia
Sun Xia
fate 1.7使用的python版本是python3.6。 但是看pip install qcloud_cos的出错信息是:这个机器上只能找到python 2.7版本的qcloud_cos。不知道是不是这个原因。 或者可以试试pip3 install qcloud_cos?
@wsxiaozhang We have tried HCA mode with RoCE adapter (thus we do not configure IPoIB) and we found the QP in container cannot establish RDMA connection: ``` [root@iperf-client-1 tmp]# ib_write_bw...
Also raised an issue upstream: https://github.com/Mellanox/k8s-rdma-sriov-dev-plugin/issues/18
Is there any plan to support multi kubeconfig file or multi context?
@guzongmin I dit a similar test, I modified the Occlum.json, change the `/host` into `/host2` ``` { "target": "/host2", "type": "hostfs", "source": "./sefs" }, ``` Then I execute `occlum build`....
I think I solve the problem If I want to use '/host2', I should create `/host2` inside `image/` directory as a mount point. After that mount can be successful.
Another problem is how to use `MAC` parameter? I add `MAC` into the mount configuration as follow ``` { "target": "/host2", "type": "sefs", "source": "./sefs", "options": { "MAC": "" }...
So I should use `sefs-cli` to generate a MAC key first? But in the example, I find the following config ``` "options": { "layers": [ { "target": "/", "type": "sefs",...
@liqinggd I tried `sets-cli` ``` # sefs-cli_sim --enclave /opt/occlum/build/lib/libsefs-cli.signed.so zip /host2 sefs/ "abcdefg" [+] Home dir is /root [+] Open token file success! [+] Token file valid! [+] Init Enclave...