Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ErrUnsupportedBackend (0.12 seconds)

  1. cmd/storage-rest-server.go

    		} else {
    			hint = "Drives do not support O_DIRECT flags, MinIO erasure coding requires filesystems with O_DIRECT support"
    		}
    		logger.Fatal(config.ErrUnsupportedBackend(err).Hint("%s", hint), "Unable to initialize backend")
    	case errors.Is(err, errDiskNotDir):
    		var hint string
    		if endpoint.URL != nil {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue May 27 15:19:03 GMT 2025
    - 45.7K bytes
    - Click Count (0)
Back to Top