• M
    esx: Improve VMX file name parsing and formatting · 145d6cb0
    Matthias Bolte 提交于
    For parsing try to match by datastore mount path first, if that
    fails fallback to /vmfs/volumes/<datastore>/<path> parsing. This
    also fixes problems with GSX on Windows. Because GSX on Windows
    doesn't use /vmfs/volumes/ style file names.
    
    For formatting use the datastore mount path too, instead of using
    /vmfs/volumes/<datastore>/<path> as fixed format.
    145d6cb0
esx_driver.c 137.5 KB