Create is called on creating the instance for the first time. (e.g., creating "vz-identifier" file) Create MUST return nil when it is called against an existing instance. Create does not create the disks.
(_ context.Context)
| 28 | // |
| 29 | // Create does not create the disks. |
| 30 | Create(_ context.Context) error |
| 31 | |
| 32 | // CreateDisk returns error if the current driver fails in creating disk |
| 33 | CreateDisk(_ context.Context) error |
no outgoing calls