You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
Environment Details: (
#VMs = 2
ESX = 6.0u2
Datastore = vsan
Application = None
Steps to Reproduce:
Expected result: Should succeed
Actual Result:
We see that VFAT is listed as supported.
user@ubuntu14A ~: docker volume create --driver=vsphere --name=MyVolume -o size=10gb -o fstype=ntfs
Error response from daemon: create MyVolume: VolumeDriver.Create: Not found mkfs for ntfs
Supported filesystems found: ext2, ext3, ext4, ext4dev, vfat, xfs
But volume creation fails. The params required are different.
user@ubuntu14A ~: docker volume create --driver=vsphere --name=MyVolume -o size=10mb -o fstype=vfat
Error response from daemon: create MyVolume: VolumeDriver.Create: Failed to create filesystem on /dev/disk/by-path/pci-0000:0b:00.0-scsi-0:0:0:0: exit status 1. Output = /sbin/mkfs.vfat: unrecognized option: L
BusyBox v1.25.1 (2016-10-26 16:15:20 GMT) multi-call binary.
Usage: mkfs.vfat [-v] [-n LABEL] BLOCKDEV [KBYTES]
Make a FAT32 filesystem
All retries failed too:
user@ubuntu14A ~: docker volume create --driver=vsphere --name=MyVolume -o size=10mb -o fstype=vfat
Error response from daemon: create MyVolume: VolumeDriver.Create: Failed to create filesystem on /dev/disk/by-path/pci-0000:0b:00.0-scsi-0:0:0:0: exit status 1. Output = /sbin/mkfs.vfat: unrecognized option: L
BusyBox v1.25.1 (2016-10-26 16:15:20 GMT) multi-call binary.
Usage: mkfs.vfat [-v] [-n LABEL] BLOCKDEV [KBYTES]
Make a FAT32 filesystem
user@ubuntu14A ~:
user@ubuntu14A ~:
user@ubuntu14A ~: docker volume create --driver=vsphere --name=MyVolume -o size=10mb -o fstype=vfat
Error response from daemon: create MyVolume: VolumeDriver.Create: Failed to create filesystem on /dev/disk/by-path/pci-0000:0b:00.0-scsi-0:0:0:0: exit status 1. Output = /sbin/mkfs.vfat: unrecognized option: L
BusyBox v1.25.1 (2016-10-26 16:15:20 GMT) multi-call binary.
Usage: mkfs.vfat [-v] [-n LABEL] BLOCKDEV [KBYTES]
Make a FAT32 filesystem
user@ubuntu14A ~:
The text was updated successfully, but these errors were encountered: