docker / for-win

Bug reports for Docker Desktop for Windows
https://www.docker.com/products/docker#/windows
1.86k stars 290 forks source link

Unable to mount volumes on WSL2 with Docker Edge #8182

Closed wwhurley closed 3 years ago

wwhurley commented 4 years ago

Expected behavior

Launch Docker container with volume mounted, for example docker run --rm -it -v /tmp/test/:/test alpine sh

Actual behavior

Docker container fails with the following message: docker: Error response from daemon: mounting / to /tmp/docker-desktop/shadowing-mounts/abac646bc3d6076b3e0f0186c13b917b3ab78993ca80a2aaceacac3c911d9369: no space left on device.

Information

Steps to reproduce the behavior

  1. Open WSL
  2. Run docker run --rm -it -v /tmp/test/:/test alpine sh
IanAWP commented 4 years ago

This did not occur for me until after installing vscode server and building a few images. This does not affect volume mounts when mounting from the windows fs, only from within WSL

miguelnedel commented 4 years ago

I'm having the exact same issue.

My environment is : Windows 10, 1909 Build 18363.1049 Docker Desktop 2.3.5.1 (47433), Engine 19.03.13-beta2

jakebrinkmann commented 4 years ago

I seem to have plenty of space on my device:

$ df -h /tmp/docker-desktop/shadowing-mounts/bb6ba5242a965074f76012000d2a2a131b0f513fce6e5c8d2e64b41a99e86dea
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdd        251G  7.2G  232G   3% /
jakebrinkmann commented 4 years ago

⚠ Holy smokes, do not sudo rm -rf /tmp/docker-desktop/ ... It totally destroyed my WSL environment

IanAWP commented 4 years ago

I ran wsl --unregister docker-desktop-data and wsl --unregister docker-desktop and confirmed there were no errors starting wsl with dmesg -T. After that I started docker-for-win and waited until those two images were running. Here is the output for dmesg

full dmesg output ```bash [Mon Aug 31 11:03:01 2020] Linux version 4.19.104-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Wed Feb 19 06:37:35 UTC 2020 [Mon Aug 31 11:03:01 2020] Command line: initrd=\initrd.img panic=-1 pty.legacy_count=0 nr_cpus=4 [Mon Aug 31 11:03:01 2020] KERNEL supported cpus: [Mon Aug 31 11:03:01 2020] Intel GenuineIntel [Mon Aug 31 11:03:01 2020] AMD AuthenticAMD [Mon Aug 31 11:03:01 2020] Centaur CentaurHauls [Mon Aug 31 11:03:01 2020] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [Mon Aug 31 11:03:01 2020] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [Mon Aug 31 11:03:01 2020] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [Mon Aug 31 11:03:01 2020] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers' [Mon Aug 31 11:03:01 2020] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR' [Mon Aug 31 11:03:01 2020] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [Mon Aug 31 11:03:01 2020] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64 [Mon Aug 31 11:03:01 2020] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64 [Mon Aug 31 11:03:01 2020] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format. [Mon Aug 31 11:03:01 2020] BIOS-provided physical RAM map: [Mon Aug 31 11:03:01 2020] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable [Mon Aug 31 11:03:01 2020] BIOS-e820: [mem 0x00000000000e0000-0x00000000000e0fff] reserved [Mon Aug 31 11:03:01 2020] BIOS-e820: [mem 0x0000000000100000-0x00000000001fffff] ACPI data [Mon Aug 31 11:03:01 2020] BIOS-e820: [mem 0x0000000000200000-0x00000000f7ffffff] usable [Mon Aug 31 11:03:01 2020] BIOS-e820: [mem 0x0000000100000000-0x00000003331fffff] usable [Mon Aug 31 11:03:01 2020] NX (Execute Disable) protection: active [Mon Aug 31 11:03:01 2020] DMI not present or invalid. [Mon Aug 31 11:03:01 2020] Hypervisor detected: Microsoft Hyper-V [Mon Aug 31 11:03:01 2020] Hyper-V: features 0x2e7f, hints 0x20c2c [Mon Aug 31 11:03:01 2020] Hyper-V Host Build:18362-10.0-1-0.1049 [Mon Aug 31 11:03:01 2020] Hyper-V: LAPIC Timer Frequency: 0x1e8480 [Mon Aug 31 11:03:01 2020] tsc: Marking TSC unstable due to running on Hyper-V [Mon Aug 31 11:03:01 2020] Hyper-V: Using hypercall for remote TLB flush [Mon Aug 31 11:03:01 2020] tsc: Detected 2903.999 MHz processor [Mon Aug 31 11:03:01 2020] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [Mon Aug 31 11:03:01 2020] e820: remove [mem 0x000a0000-0x000fffff] usable [Mon Aug 31 11:03:01 2020] last_pfn = 0x333200 max_arch_pfn = 0x400000000 [Mon Aug 31 11:03:01 2020] MTRR default type: uncachable [Mon Aug 31 11:03:01 2020] MTRR fixed ranges disabled: [Mon Aug 31 11:03:01 2020] 00000-FFFFF uncachable [Mon Aug 31 11:03:01 2020] MTRR variable ranges disabled: [Mon Aug 31 11:03:01 2020] 0 disabled [Mon Aug 31 11:03:01 2020] 1 disabled [Mon Aug 31 11:03:01 2020] 2 disabled [Mon Aug 31 11:03:01 2020] 3 disabled [Mon Aug 31 11:03:01 2020] 4 disabled [Mon Aug 31 11:03:01 2020] 5 disabled [Mon Aug 31 11:03:01 2020] 6 disabled [Mon Aug 31 11:03:01 2020] 7 disabled [Mon Aug 31 11:03:01 2020] Disabled [Mon Aug 31 11:03:01 2020] x86/PAT: MTRRs disabled, skipping PAT initialization too. [Mon Aug 31 11:03:01 2020] CPU MTRRs all blank - virtualized system. [Mon Aug 31 11:03:01 2020] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [Mon Aug 31 11:03:01 2020] last_pfn = 0xf8000 max_arch_pfn = 0x400000000 [Mon Aug 31 11:03:01 2020] Using GB pages for direct mapping [Mon Aug 31 11:03:01 2020] BRK [0x02e00000, 0x02e00fff] PGTABLE [Mon Aug 31 11:03:01 2020] BRK [0x02e01000, 0x02e01fff] PGTABLE [Mon Aug 31 11:03:01 2020] BRK [0x02e02000, 0x02e02fff] PGTABLE [Mon Aug 31 11:03:01 2020] BRK [0x02e03000, 0x02e03fff] PGTABLE [Mon Aug 31 11:03:01 2020] RAMDISK: [mem 0x02e35000-0x02e44fff] [Mon Aug 31 11:03:01 2020] ACPI: Early table checksum verification disabled [Mon Aug 31 11:03:01 2020] ACPI: RSDP 0x00000000000E0000 000024 (v02 VRTUAL) [Mon Aug 31 11:03:01 2020] ACPI: XSDT 0x0000000000100000 00003C (v01 VRTUAL MICROSFT 00000001 MSFT 00000001) [Mon Aug 31 11:03:01 2020] ACPI: FACP 0x0000000000101000 000114 (v06 VRTUAL MICROSFT 00000001 MSFT 00000001) [Mon Aug 31 11:03:01 2020] ACPI: DSDT 0x000000000010191C 01E0AA (v02 MSFTVM DSDT01 00000001 MSFT 05000000) [Mon Aug 31 11:03:01 2020] ACPI: FACS 0x0000000000101114 000040 [Mon Aug 31 11:03:01 2020] ACPI: APIC 0x0000000000101154 000068 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [Mon Aug 31 11:03:01 2020] ACPI: SRAT 0x000000000011F9C6 0001B0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [Mon Aug 31 11:03:01 2020] ACPI: Local APIC address 0xfee00000 [Mon Aug 31 11:03:01 2020] Zone ranges: [Mon Aug 31 11:03:01 2020] DMA [mem 0x0000000000001000-0x0000000000ffffff] [Mon Aug 31 11:03:01 2020] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [Mon Aug 31 11:03:01 2020] Normal [mem 0x0000000100000000-0x00000003331fffff] [Mon Aug 31 11:03:01 2020] Movable zone start for each node [Mon Aug 31 11:03:01 2020] Early memory node ranges [Mon Aug 31 11:03:01 2020] node 0: [mem 0x0000000000001000-0x000000000009ffff] [Mon Aug 31 11:03:01 2020] node 0: [mem 0x0000000000200000-0x00000000f7ffffff] [Mon Aug 31 11:03:01 2020] node 0: [mem 0x0000000100000000-0x00000003331fffff] [Mon Aug 31 11:03:01 2020] Zeroed struct page in unavailable ranges: 20321 pages [Mon Aug 31 11:03:01 2020] Initmem setup node 0 [mem 0x0000000000001000-0x00000003331fffff] [Mon Aug 31 11:03:01 2020] On node 0 totalpages: 3322015 [Mon Aug 31 11:03:01 2020] DMA zone: 59 pages used for memmap [Mon Aug 31 11:03:01 2020] DMA zone: 22 pages reserved [Mon Aug 31 11:03:01 2020] DMA zone: 3743 pages, LIFO batch:0 [Mon Aug 31 11:03:01 2020] DMA32 zone: 16320 pages used for memmap [Mon Aug 31 11:03:01 2020] DMA32 zone: 1011712 pages, LIFO batch:63 [Mon Aug 31 11:03:01 2020] Normal zone: 36040 pages used for memmap [Mon Aug 31 11:03:01 2020] Normal zone: 2306560 pages, LIFO batch:63 [Mon Aug 31 11:03:01 2020] ACPI: Local APIC address 0xfee00000 [Mon Aug 31 11:03:01 2020] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [Mon Aug 31 11:03:01 2020] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23 [Mon Aug 31 11:03:01 2020] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [Mon Aug 31 11:03:01 2020] ACPI: IRQ9 used by override. [Mon Aug 31 11:03:01 2020] Using ACPI (MADT) for SMP configuration information [Mon Aug 31 11:03:01 2020] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [Mon Aug 31 11:03:01 2020] [mem 0xf8000000-0xffffffff] available for PCI devices [Mon Aug 31 11:03:01 2020] Booting paravirtualized kernel on bare hardware [Mon Aug 31 11:03:01 2020] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Mon Aug 31 11:03:01 2020] random: get_random_bytes called from start_kernel+0x93/0x4bb with crng_init=0 [Mon Aug 31 11:03:01 2020] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 [Mon Aug 31 11:03:01 2020] percpu: Embedded 42 pages/cpu s133400 r8192 d30440 u524288 [Mon Aug 31 11:03:01 2020] pcpu-alloc: s133400 r8192 d30440 u524288 alloc=1*2097152 [Mon Aug 31 11:03:01 2020] pcpu-alloc: [0] 0 1 2 3 [Mon Aug 31 11:03:01 2020] Built 1 zonelists, mobility grouping on. Total pages: 3269574 [Mon Aug 31 11:03:01 2020] Kernel command line: initrd=\initrd.img panic=-1 pty.legacy_count=0 nr_cpus=4 [Mon Aug 31 11:03:01 2020] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [Mon Aug 31 11:03:01 2020] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [Mon Aug 31 11:03:01 2020] Memory: 4096404K/13288060K available (14360K kernel code, 1575K rwdata, 2836K rodata, 1504K init, 2792K bss, 331100K reserved, 0K cma-reserved) [Mon Aug 31 11:03:01 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [Mon Aug 31 11:03:01 2020] Kernel/User page tables isolation: enabled [Mon Aug 31 11:03:01 2020] ftrace: allocating 41537 entries in 163 pages [Mon Aug 31 11:03:01 2020] rcu: Hierarchical RCU implementation. [Mon Aug 31 11:03:01 2020] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [Mon Aug 31 11:03:01 2020] All grace periods are expedited (rcu_expedited). [Mon Aug 31 11:03:01 2020] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [Mon Aug 31 11:03:01 2020] Using NULL legacy PIC [Mon Aug 31 11:03:01 2020] NR_IRQS: 16640, nr_irqs: 456, preallocated irqs: 0 [Mon Aug 31 11:03:02 2020] Console: colour dummy device 80x25 [Mon Aug 31 11:03:02 2020] console [tty0] enabled [Mon Aug 31 11:03:02 2020] ACPI: Core revision 20180810 [Mon Aug 31 11:03:02 2020] Failed to register legacy timer interrupt [Mon Aug 31 11:03:02 2020] APIC: Switch to symmetric I/O mode setup [Mon Aug 31 11:03:02 2020] Hyper-V: Using IPI hypercalls [Mon Aug 31 11:03:02 2020] Hyper-V: Using MSR based APIC access [Mon Aug 31 11:03:02 2020] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [Mon Aug 31 11:03:02 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 5807.99 BogoMIPS (lpj=29039990) [Mon Aug 31 11:03:02 2020] pid_max: default: 32768 minimum: 301 [Mon Aug 31 11:03:02 2020] Security Framework initialized [Mon Aug 31 11:03:02 2020] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) [Mon Aug 31 11:03:02 2020] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) [Mon Aug 31 11:03:02 2020] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 [Mon Aug 31 11:03:02 2020] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 [Mon Aug 31 11:03:02 2020] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [Mon Aug 31 11:03:02 2020] Spectre V2 : Mitigation: Full generic retpoline [Mon Aug 31 11:03:02 2020] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [Mon Aug 31 11:03:02 2020] Spectre V2 : Enabling Restricted Speculation for firmware calls [Mon Aug 31 11:03:02 2020] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [Mon Aug 31 11:03:02 2020] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [Mon Aug 31 11:03:02 2020] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [Mon Aug 31 11:03:02 2020] TAA: Vulnerable: Clear CPU buffers attempted, no microcode [Mon Aug 31 11:03:02 2020] MDS: Vulnerable: Clear CPU buffers attempted, no microcode [Mon Aug 31 11:03:02 2020] Freeing SMP alternatives memory: 44K [Mon Aug 31 11:03:02 2020] smpboot: CPU0: Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz (family: 0x6, model: 0x8e, stepping: 0x9) [Mon Aug 31 11:03:02 2020] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only. [Mon Aug 31 11:03:02 2020] rcu: Hierarchical SRCU implementation. [Mon Aug 31 11:03:02 2020] random: crng done (trusting CPU's manufacturer) [Mon Aug 31 11:03:02 2020] smp: Bringing up secondary CPUs ... [Mon Aug 31 11:03:02 2020] x86: Booting SMP configuration: [Mon Aug 31 11:03:02 2020] .... node #0, CPUs: #1 [Mon Aug 31 11:03:02 2020] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [Mon Aug 31 11:03:02 2020] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details. [Mon Aug 31 11:03:02 2020] #2 #3 [Mon Aug 31 11:03:02 2020] smp: Brought up 1 node, 4 CPUs [Mon Aug 31 11:03:02 2020] smpboot: Max logical packages: 1 [Mon Aug 31 11:03:02 2020] smpboot: Total of 4 processors activated (23231.99 BogoMIPS) [Mon Aug 31 11:03:03 2020] node 0 initialised, 2215139 pages in 220ms [Mon Aug 31 11:03:03 2020] devtmpfs: initialized [Mon Aug 31 11:03:03 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [Mon Aug 31 11:03:03 2020] futex hash table entries: 1024 (order: 4, 65536 bytes) [Mon Aug 31 11:03:03 2020] xor: automatically using best checksumming function avx [Mon Aug 31 11:03:03 2020] NET: Registered protocol family 16 [Mon Aug 31 11:03:03 2020] ACPI: bus type PCI registered [Mon Aug 31 11:03:03 2020] PCI: Fatal: No config space access function found [Mon Aug 31 11:03:03 2020] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [Mon Aug 31 11:03:03 2020] raid6: Forced to use recovery algorithm avx2x2 [Mon Aug 31 11:03:03 2020] raid6: Forced gen() algo avx2x4 [Mon Aug 31 11:03:03 2020] ACPI: Added _OSI(Module Device) [Mon Aug 31 11:03:03 2020] ACPI: Added _OSI(Processor Device) [Mon Aug 31 11:03:03 2020] ACPI: Added _OSI(3.0 _SCP Extensions) [Mon Aug 31 11:03:03 2020] ACPI: Added _OSI(Processor Aggregator Device) [Mon Aug 31 11:03:03 2020] ACPI: Added _OSI(Linux-Dell-Video) [Mon Aug 31 11:03:03 2020] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [Mon Aug 31 11:03:03 2020] ACPI: 1 ACPI AML tables successfully acquired and loaded [Mon Aug 31 11:03:05 2020] ACPI: Interpreter enabled [Mon Aug 31 11:03:05 2020] ACPI: (supports S0 S5) [Mon Aug 31 11:03:05 2020] ACPI: Using IOAPIC for interrupt routing [Mon Aug 31 11:03:05 2020] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [Mon Aug 31 11:03:05 2020] ACPI: Enabled 2 GPEs in block 00 to 0F [Mon Aug 31 11:03:05 2020] SCSI subsystem initialized [Mon Aug 31 11:03:05 2020] hv_vmbus: Vmbus version:5.0 [Mon Aug 31 11:03:05 2020] PCI: Using ACPI for IRQ routing [Mon Aug 31 11:03:05 2020] PCI: System does not support PCI [Mon Aug 31 11:03:05 2020] hv_vmbus: Unknown GUID: c376c1c3-d276-48d2-90a9-c04748072c60 [Mon Aug 31 11:03:05 2020] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [Mon Aug 31 11:03:05 2020] VFS: Disk quotas dquot_6.6.0 [Mon Aug 31 11:03:05 2020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [Mon Aug 31 11:03:05 2020] FS-Cache: Loaded [Mon Aug 31 11:03:05 2020] pnp: PnP ACPI init [Mon Aug 31 11:03:05 2020] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active) [Mon Aug 31 11:03:05 2020] pnp: PnP ACPI: found 1 devices [Mon Aug 31 11:03:05 2020] NET: Registered protocol family 2 [Mon Aug 31 11:03:05 2020] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes) [Mon Aug 31 11:03:05 2020] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [Mon Aug 31 11:03:05 2020] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [Mon Aug 31 11:03:05 2020] TCP: Hash tables configured (established 131072 bind 65536) [Mon Aug 31 11:03:05 2020] UDP hash table entries: 8192 (order: 6, 262144 bytes) [Mon Aug 31 11:03:05 2020] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [Mon Aug 31 11:03:05 2020] NET: Registered protocol family 1 [Mon Aug 31 11:03:05 2020] RPC: Registered named UNIX socket transport module. [Mon Aug 31 11:03:05 2020] RPC: Registered udp transport module. [Mon Aug 31 11:03:05 2020] RPC: Registered tcp transport module. [Mon Aug 31 11:03:05 2020] RPC: Registered tcp NFSv4.1 backchannel transport module. [Mon Aug 31 11:03:05 2020] PCI: CLS 0 bytes, default 64 [Mon Aug 31 11:03:05 2020] Trying to unpack rootfs image as initramfs... [Mon Aug 31 11:03:05 2020] Freeing initrd memory: 64K [Mon Aug 31 11:03:05 2020] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [Mon Aug 31 11:03:05 2020] software IO TLB: mapped [mem 0xf4000000-0xf8000000] (64MB) [Mon Aug 31 11:03:05 2020] kvm: no hardware support [Mon Aug 31 11:03:05 2020] has_svm: not amd [Mon Aug 31 11:03:05 2020] kvm: no hardware support [Mon Aug 31 11:03:05 2020] Initialise system trusted keyrings [Mon Aug 31 11:03:05 2020] workingset: timestamp_bits=46 max_order=22 bucket_order=0 [Mon Aug 31 11:03:05 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher [Mon Aug 31 11:03:05 2020] NFS: Registering the id_resolver key type [Mon Aug 31 11:03:05 2020] Key type id_resolver registered [Mon Aug 31 11:03:05 2020] Key type id_legacy registered [Mon Aug 31 11:03:05 2020] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [Mon Aug 31 11:03:05 2020] Key type cifs.idmap registered [Mon Aug 31 11:03:05 2020] fuse init (API version 7.27) [Mon Aug 31 11:03:05 2020] SGI XFS with ACLs, security attributes, realtime, scrub, no debug enabled [Mon Aug 31 11:03:05 2020] 9p: Installing v9fs 9p2000 file system support [Mon Aug 31 11:03:05 2020] FS-Cache: Netfs '9p' registered for caching [Mon Aug 31 11:03:05 2020] FS-Cache: Netfs 'ceph' registered for caching [Mon Aug 31 11:03:05 2020] ceph: loaded (mds proto 32) [Mon Aug 31 11:03:05 2020] NET: Registered protocol family 38 [Mon Aug 31 11:03:05 2020] Key type asymmetric registered [Mon Aug 31 11:03:05 2020] Asymmetric key parser 'x509' registered [Mon Aug 31 11:03:05 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [Mon Aug 31 11:03:05 2020] io scheduler noop registered (default) [Mon Aug 31 11:03:05 2020] hv_vmbus: registering driver hv_pci [Mon Aug 31 11:03:05 2020] ACPI: AC Adapter [AC1] (on-line) [Mon Aug 31 11:03:05 2020] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [Mon Aug 31 11:03:05 2020] Non-volatile memory driver v1.3 [Mon Aug 31 11:03:05 2020] brd: module loaded [Mon Aug 31 11:03:05 2020] loop: module loaded [Mon Aug 31 11:03:05 2020] hv_vmbus: registering driver hv_storvsc [Mon Aug 31 11:03:05 2020] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011) [Mon Aug 31 11:03:05 2020] tun: Universal TUN/TAP device driver, 1.6 [Mon Aug 31 11:03:05 2020] PPP generic driver version 2.4.2 [Mon Aug 31 11:03:05 2020] PPP BSD Compression module registered [Mon Aug 31 11:03:05 2020] PPP Deflate Compression module registered [Mon Aug 31 11:03:05 2020] PPP MPPE Compression module registered [Mon Aug 31 11:03:05 2020] NET: Registered protocol family 24 [Mon Aug 31 11:03:05 2020] hv_vmbus: registering driver hv_netvsc [Mon Aug 31 11:03:05 2020] scsi host0: storvsc_host_t [Mon Aug 31 11:03:05 2020] battery: ACPI: Battery Slot [BAT1] (battery present) [Mon Aug 31 11:03:05 2020] VFIO - User Level meta-driver version: 0.3 [Mon Aug 31 11:03:05 2020] hv_vmbus: registering driver hyperv_keyboard [Mon Aug 31 11:03:05 2020] rtc_cmos 00:00: RTC can wake from S4 [Mon Aug 31 11:03:07 2020] rtc_cmos 00:00: registered as rtc0 [Mon Aug 31 11:03:07 2020] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [Mon Aug 31 11:03:07 2020] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com [Mon Aug 31 11:03:07 2020] hv_utils: Registering HyperV Utility Driver [Mon Aug 31 11:03:07 2020] hv_vmbus: registering driver hv_util [Mon Aug 31 11:03:07 2020] hv_vmbus: registering driver hv_balloon [Mon Aug 31 11:03:07 2020] hv_utils: cannot register PTP clock: 0 [Mon Aug 31 11:03:07 2020] drop_monitor: Initializing network drop monitor service [Mon Aug 31 11:03:07 2020] Mirror/redirect action on [Mon Aug 31 11:03:07 2020] IPVS: Registered protocols (TCP, UDP) [Mon Aug 31 11:03:07 2020] IPVS: Connection hash table configured (size=4096, memory=64Kbytes) [Mon Aug 31 11:03:07 2020] hv_utils: TimeSync IC version 4.0 [Mon Aug 31 11:03:07 2020] IPVS: ipvs loaded. [Mon Aug 31 11:03:07 2020] IPVS: [rr] scheduler registered. [Mon Aug 31 11:03:07 2020] IPVS: [wrr] scheduler registered. [Mon Aug 31 11:03:07 2020] IPVS: [sh] scheduler registered. [Mon Aug 31 11:03:07 2020] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully [Mon Aug 31 11:03:07 2020] Initializing XFRM netlink socket [Mon Aug 31 11:03:07 2020] NET: Registered protocol family 10 [Mon Aug 31 11:03:07 2020] Segment Routing with IPv6 [Mon Aug 31 11:03:07 2020] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [Mon Aug 31 11:03:07 2020] NET: Registered protocol family 17 [Mon Aug 31 11:03:07 2020] Bridge firewalling registered [Mon Aug 31 11:03:07 2020] 8021q: 802.1Q VLAN Support v1.8 [Mon Aug 31 11:03:07 2020] sctp: Hash tables configured (bind 256/256) [Mon Aug 31 11:03:07 2020] 9pnet: Installing 9P2000 support [Mon Aug 31 11:03:07 2020] Key type dns_resolver registered [Mon Aug 31 11:03:07 2020] Key type ceph registered [Mon Aug 31 11:03:07 2020] libceph: loaded (mon/osd proto 15/24) [Mon Aug 31 11:03:07 2020] hv_vmbus: registering driver hv_sock [Mon Aug 31 11:03:07 2020] NET: Registered protocol family 40 [Mon Aug 31 11:03:07 2020] registered taskstats version 1 [Mon Aug 31 11:03:07 2020] Loading compiled-in X.509 certificates [Mon Aug 31 11:03:07 2020] Btrfs loaded, crc32c=crc32c-generic [Mon Aug 31 11:03:07 2020] hv_balloon: Using Dynamic Memory protocol version 2.0 [Mon Aug 31 11:03:07 2020] hv_balloon: cold discard hint not supported [Mon Aug 31 11:03:07 2020] rtc_cmos 00:00: setting system clock to 2020-08-31 02:03:07 UTC (1598839387) [Mon Aug 31 11:03:07 2020] Unstable clock detected, switching default tracing clock to "global" If you want to keep using the local clock, then add: "trace_clock=local" on the kernel command line [Mon Aug 31 11:03:08 2020] Freeing unused kernel image memory: 1504K [Mon Aug 31 11:03:08 2020] Write protecting the kernel read-only data: 20480k [Mon Aug 31 11:03:08 2020] Freeing unused kernel image memory: 1988K [Mon Aug 31 11:03:08 2020] Freeing unused kernel image memory: 1260K [Mon Aug 31 11:03:08 2020] Run /init as init process [Mon Aug 31 11:03:08 2020] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [Mon Aug 31 11:03:08 2020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [Mon Aug 31 11:03:08 2020] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [Mon Aug 31 11:03:08 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0 [Mon Aug 31 11:03:08 2020] sd 0:0:0:0: [sda] 536870912 512-byte logical blocks: (275 GB/256 GiB) [Mon Aug 31 11:03:08 2020] sd 0:0:0:0: [sda] 4096-byte physical blocks [Mon Aug 31 11:03:09 2020] sd 0:0:0:0: [sda] Write Protect is off [Mon Aug 31 11:03:09 2020] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00 [Mon Aug 31 11:03:09 2020] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [Mon Aug 31 11:03:09 2020] sd 0:0:0:0: [sda] Attached SCSI disk [Mon Aug 31 11:03:09 2020] scsi 0:0:0:1: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [Mon Aug 31 11:03:09 2020] sd 0:0:0:1: Attached scsi generic sg1 type 0 [Mon Aug 31 11:03:09 2020] EXT4-fs (sda): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered [Mon Aug 31 11:03:09 2020] sd 0:0:0:1: [sdb] 536870912 512-byte logical blocks: (275 GB/256 GiB) [Mon Aug 31 11:03:09 2020] sd 0:0:0:1: [sdb] 4096-byte physical blocks [Mon Aug 31 11:03:09 2020] sd 0:0:0:1: [sdb] Write Protect is off [Mon Aug 31 11:03:09 2020] sd 0:0:0:1: [sdb] Mode Sense: 0f 00 00 00 [Mon Aug 31 11:03:09 2020] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [Mon Aug 31 11:03:09 2020] sd 0:0:0:1: [sdb] Attached SCSI disk [Mon Aug 31 11:03:09 2020] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered [Mon Aug 31 11:03:09 2020] Adding 4194304k swap on /swap/file. Priority:-2 extents:2 across:4202496k [Mon Aug 31 11:03:11 2020] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered [Mon Aug 31 11:03:11 2020] init: (1) ERROR: UpdateTimezone:97: Asia/Tokyo timezone not found. Is the tzdata package installed? [Mon Aug 31 11:03:11 2020] init: (1) ERROR: InitEntryUtilityVm:2425: UpdateTimezone failed [Mon Aug 31 11:03:12 2020] scsi 0:0:0:2: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [Mon Aug 31 11:03:12 2020] sd 0:0:0:2: Attached scsi generic sg2 type 0 [Mon Aug 31 11:03:12 2020] sd 0:0:0:2: [sdc] 536870912 512-byte logical blocks: (275 GB/256 GiB) [Mon Aug 31 11:03:12 2020] sd 0:0:0:2: [sdc] 4096-byte physical blocks [Mon Aug 31 11:03:12 2020] sd 0:0:0:2: [sdc] Write Protect is off [Mon Aug 31 11:03:12 2020] sd 0:0:0:2: [sdc] Mode Sense: 0f 00 00 00 [Mon Aug 31 11:03:12 2020] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [Mon Aug 31 11:03:12 2020] sd 0:0:0:2: [sdc] Attached SCSI disk [Mon Aug 31 11:03:12 2020] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered [Mon Aug 31 11:03:13 2020] EXT4-fs (sdc): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered [Mon Aug 31 11:03:13 2020] init: (2) ERROR: UtilCreateProcessAndWait:474: /bin/mount failed with 2 [Mon Aug 31 11:03:13 2020] init: (1) ERROR: UtilCreateProcessAndWait:489: /bin/mount failed with status 0x [Mon Aug 31 11:03:13 2020] ff00 [Mon Aug 31 11:03:13 2020] init: (1) ERROR: ConfigMountFsTab:2077: Processing fstab with mount -a failed. [Mon Aug 31 11:03:13 2020] init: (3) ERROR: UtilCreateProcessAndWait:474: /bin/mount failed with 2 [Mon Aug 31 11:03:13 2020] init: (1) ERROR: UtilCreateProcessAndWait:489: /bin/mount failed with status 0x [Mon Aug 31 11:03:13 2020] ff00 [Mon Aug 31 11:03:13 2020] init: (1) ERROR: MountPlan9:478: mount cache=mmap,noatime,trans=fd,rfdno=8,wfdno=8,msize=65536,aname=drvfs;path=C:\;uid=0;gid=0;symlinkroot=/mnt/ [Mon Aug 31 11:03:13 2020] failed 2 [Mon Aug 31 11:03:13 2020] init: (1) ERROR: UpdateTimezone:97: Asia/Tokyo timezone not found. Is the tzdata package installed? [Mon Aug 31 11:03:30 2020] ISO 9660 Extensions: RRIP_1991A [Mon Aug 31 11:03:35 2020] ISO 9660 Extensions: RRIP_1991A [Mon Aug 31 11:03:38 2020] ISO 9660 Extensions: RRIP_1991A [Mon Aug 31 11:03:44 2020] scsi 0:0:0:3: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [Mon Aug 31 11:03:44 2020] sd 0:0:0:3: Attached scsi generic sg3 type 0 [Mon Aug 31 11:03:44 2020] sd 0:0:0:3: [sdd] 536870912 512-byte logical blocks: (275 GB/256 GiB) [Mon Aug 31 11:03:44 2020] sd 0:0:0:3: [sdd] 4096-byte physical blocks [Mon Aug 31 11:03:44 2020] sd 0:0:0:3: [sdd] Write Protect is off [Mon Aug 31 11:03:44 2020] sd 0:0:0:3: [sdd] Mode Sense: 0f 00 00 00 [Mon Aug 31 11:03:44 2020] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [Mon Aug 31 11:03:44 2020] sd 0:0:0:3: [sdd] Attached SCSI disk [Mon Aug 31 11:03:45 2020] EXT4-fs (sdd): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered [Mon Aug 31 11:03:56 2020] hv_balloon: Max. dynamic memory size: 12978 MB [Mon Aug 31 11:04:05 2020] scsi 0:0:0:4: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [Mon Aug 31 11:04:05 2020] sd 0:0:0:4: Attached scsi generic sg4 type 0 [Mon Aug 31 11:04:05 2020] sd 0:0:0:4: [sde] 536870912 512-byte logical blocks: (275 GB/256 GiB) [Mon Aug 31 11:04:05 2020] sd 0:0:0:4: [sde] 4096-byte physical blocks [Mon Aug 31 11:04:05 2020] sd 0:0:0:4: [sde] Write Protect is off [Mon Aug 31 11:04:05 2020] sd 0:0:0:4: [sde] Mode Sense: 0f 00 00 00 [Mon Aug 31 11:04:05 2020] sd 0:0:0:4: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [Mon Aug 31 11:04:05 2020] sd 0:0:0:4: [sde] Attached SCSI disk [Mon Aug 31 11:04:05 2020] EXT4-fs (sde): recovery complete [Mon Aug 31 11:04:05 2020] EXT4-fs (sde): mounted filesystem with ordered data mode. Opts: discard,errors=remount-ro,data=ordered [Mon Aug 31 11:04:27 2020] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready ```

Most relevant looking section

[Mon Aug 31 11:03:13 2020] init: (2) ERROR: UtilCreateProcessAndWait:474: /bin/mount failed with 2
[Mon Aug 31 11:03:13 2020] init: (1) ERROR: UtilCreateProcessAndWait:489: /bin/mount failed with status 0x
[Mon Aug 31 11:03:13 2020] ff00
[Mon Aug 31 11:03:13 2020] init: (1) ERROR: ConfigMountFsTab:2077: Processing fstab with mount -a failed.
[Mon Aug 31 11:03:13 2020] init: (3) ERROR: UtilCreateProcessAndWait:474: /bin/mount failed with 2
[Mon Aug 31 11:03:13 2020] init: (1) ERROR: UtilCreateProcessAndWait:489: /bin/mount failed with status 0x
[Mon Aug 31 11:03:13 2020] ff00
[Mon Aug 31 11:03:13 2020] init: (1) ERROR: MountPlan9:478: mount cache=mmap,noatime,trans=fd,rfdno=8,wfdno=8,msize=65536,aname=drvfs;path=C:\;uid=0;gid=0;symlinkroot=/mnt/
[Mon Aug 31 11:03:13 2020]  failed 2
[Mon Aug 31 11:03:13 2020] init: (1) ERROR: UpdateTimezone:97: Asia/Tokyo timezone not found. Is the tzdata package installed?
nekia commented 4 years ago

I'm having the exact same issue too. Also I see the same errors in dmesg when booting up.

My environment is : Windows 10, 1903 Build 18362.1049 Docker Desktop 2.3.6.0, Engine 19.03.13-beta2

IanAWP commented 4 years ago

Fixed for me in edge 2.3.6.1

nekia commented 4 years ago

Great. Fixed for me in edger 2.3.6.2. Thanks 👍

I'm having the exact same issue too. Also I see the same errors in dmesg when booting up.

My environment is : Windows 10, 1903 Build 18362.1049 Docker Desktop 2.3.6.0, Engine 19.03.13-beta2

docker-robott commented 3 years ago

Issues go stale after 90 days of inactivity. Mark the issue as fresh with /remove-lifecycle stale comment. Stale issues will be closed after an additional 30 days of inactivity.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. /lifecycle stale

docker-robott commented 3 years ago

Closed issues are locked after 30 days of inactivity. This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. /lifecycle locked