-
Notifications
You must be signed in to change notification settings - Fork 1.8k
support shared storage for reusable mode #3354
Conversation
sudo rpm -Uvh https://packages.microsoft.com/config/rhel/$(echo $version | cut -c1)/packages-microsoft-prod.rpm | ||
sudo yum install -y blobfuse fuse | ||
else | ||
echo "Not support distributor." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel uncomfortable about this...
@@ -0,0 +1,50 @@ | |||
**How to Use Shared Storage** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explicitly list supported distros and state that it requires root privilege.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a note below.
#!/bin/bash | ||
if [ -n "$(command -v apt-get)" ] | ||
then | ||
sudo apt-get update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If user's os already installed NFS, these bash script does not need to be executed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a if [ -n "$(command -v nfsstat)" ]
judgment
storageAccountKey: ${replace_to_your_storageAccountKey} | ||
# If you did not set storageAccountKey, you need use `az login` with Azure CLI at first and set resourceGroupName. | ||
# resourceGroupName: ${replace_to_your_resourceGroupName} | ||
containerName: ${replace_to_your_containerName} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does containerName mean? Is it a contain id?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
.. code-block:: yaml | ||
|
||
sharedStorage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add doc for these new added configuration in ExperimentConfig.rst?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add them
[storage]
[training service]
[others]