ByronHsu opened a new pull request #504: URL: https://github.com/apache/submarine/pull/504
### What is this PR for? This PR is the follow-up of [SUBMARINE-717](https://github.com/apache/submarine/pull/498). I do the following changes: 1. Move persistent storage on hostPath from `/.submarine` to `/tmp/submarine` because of the permission problem. (Thanks to @xunliu). 2. Support storing tensorboard data in NFS. ### What type of PR is it? [Improvement] ### Todos * [ ] - Store notebook data in nfs ### What is the Jira issue? https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-730 ### How should this be tested? ### Screenshots (if appropriate) In nfs-server, the data is stored as the following structure: ``` [root@nfs-server-bd4ddb8d4-qps5j exports]# tree -L 2 . |-- index.html |-- submarine-database | |-- auto.cnf | |-- ca-key.pem | |-- ca.pem | |-- client-cert.pem | |-- client-key.pem | |-- dummy | |-- ib_buffer_pool | |-- ib_logfile0 | |-- ib_logfile1 | |-- ibdata1 | |-- ibtmp1 | |-- metastore | |-- metastore_test | |-- mysql | |-- performance_schema | |-- private_key.pem | |-- public_key.pem | |-- server-cert.pem | |-- server-key.pem | |-- submarine | |-- submarine_test | `-- sys `-- submarine-tensorboard |-- tensorflow-tensorboard-dist-mnist `-- tensorflow-tensorboard-dist-mnist-2 ``` ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
