Signed-off-by: Brian Goff <cpuguy83@gmail.com>
| ... | ... |
@@ -159,7 +159,8 @@ Docker needs reminding of the path to the volume on the host. |
| 159 | 159 |
``` |
| 160 | 160 |
|
| 161 | 161 |
Respond with the path on the host filesystem where the volume has been made |
| 162 |
-available, and/or a string error if an error occurred. |
|
| 162 |
+available, and/or a string error if an error occurred. `Mountpoint` is optional, |
|
| 163 |
+however the plugin may be queried again later if one is not provided. |
|
| 163 | 164 |
|
| 164 | 165 |
### /VolumeDriver.Unmount |
| 165 | 166 |
|
| ... | ... |
@@ -211,7 +212,8 @@ Get the volume info. |
| 211 | 211 |
} |
| 212 | 212 |
``` |
| 213 | 213 |
|
| 214 |
-Respond with a string error if an error occurred. |
|
| 214 |
+Respond with a string error if an error occurred. `Mountpoint` and `Status` are |
|
| 215 |
+optional. |
|
| 215 | 216 |
|
| 216 | 217 |
|
| 217 | 218 |
### /VolumeDriver.List |
| ... | ... |
@@ -236,7 +238,7 @@ Get the list of volumes registered with the plugin. |
| 236 | 236 |
} |
| 237 | 237 |
``` |
| 238 | 238 |
|
| 239 |
-Respond with a string error if an error occurred. |
|
| 239 |
+Respond with a string error if an error occurred. `Mountpoint` is optional. |
|
| 240 | 240 |
|
| 241 | 241 |
### /VolumeDriver.Capabilities |
| 242 | 242 |
|