- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 178 for directories (0.05 sec)
-
cmd/testdata/xl-meta-merge.zip
`mc` commandline tool. For application developers, see <https://min.io/docs/minio/linux/developers/minio-drivers.html> to view MinIO SDKs for supported languages. > NOTE: To deploy MinIO on with persistent storage, you must map local persistent directories from the host OS to the container using the `podman -v` option. For example, `-v /mnt/data:/data` maps the host OS drive at `/mnt/data` to `/data` on the container. ## macOS Use the following commands to run a standalone MinIO server on macOS. Standalone...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
cmd/xl-storage-format-v2.go
update.meta = nil return err } update.header = ver.header() if prevMod != update.header.ModTime { x.sortByModTime() } return nil } // getDataDirs will return all data directories in the metadata // as well as all version ids used for inline data. func (x *xlMetaV2) getDataDirs() ([]string, error) { dds := make([]string, 0, len(x.versions)*2) for i, ver := range x.versions {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 65.6K bytes - Viewed (1) -
cmd/xl-storage_test.go
expectedErr: errFileAccessDenied, }, // TestXLStorage case - 9. // TestXLStorage case with source being a file and destination being a directory. // Either both have to be files or directories. // Expecting to fail with `errFileAccessDenied`. { srcVol: "src-vol", destVol: "dest-vol", srcPath: "file4", destPath: "new-path/", expectedErr: errFileAccessDenied,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 66K bytes - Viewed (0) -
src/cmd/cgo/doc.go
not be compiled separately, but, if these header files are changed, the package (including its non-Go source files) will be recompiled. Note that changes to files in other directories do not cause the package to be recompiled, so all non-Go source code for the package should be stored in the package directory, not in subdirectories. The default C and C++ compilers may be changed by the CC and CXX
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 11 23:57:34 UTC 2024 - 44K bytes - Viewed (0) -
cmd/metrics-v2.go
}, { Description: MetricDescription{ Namespace: nodeMetricNamespace, Subsystem: scannerSubsystem, Name: "directories_scanned", Help: "Total number of directories scanned since server uptime", Type: counterMetric, }, Value: float64(globalScannerMetrics.lifetime(scannerMetricScanFolder)), }, { Description: MetricDescription{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 133.4K bytes - Viewed (0) -
docs/es/docs/environment-variables.md
Si lo encuentra, entonces lo **utilizará**. De lo contrario, continúa buscando en los **otros directorios**. ### Instalando Python y Actualizando el `PATH` Cuando instalas Python, se te podría preguntar si deseas actualizar la variable de entorno `PATH`. //// tab | Linux, macOS Digamos que instalas Python y termina en un directorio `/opt/custompython/bin`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 8.3K bytes - Viewed (0) -
cmd/erasure-server-pool.go
cancelCause(err) return err } go func() { defer xioutil.SafeClose(listOut) send := func(e metaCacheEntry) { if e.isDir() { // Ignore directories. return } select { case listOut <- e: case <-ctx.Done(): } } askDisks := getListQuorum(opts.AskDisks, set.setDriveCount)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 89.1K bytes - Viewed (0) -
docs/es/docs/virtual-environments.md
## Crea un Proyecto Primero, crea un directorio para tu proyecto. Lo que normalmente hago es crear un directorio llamado `code` dentro de mi directorio de usuario. Y dentro de eso creo un directorio por proyecto. <div class="termy"> ```console // Ve al directorio principal $ cd // Crea un directorio para todos tus proyectos de código $ mkdir code // Entra en ese directorio de código $ cd code
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 22.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- Kubelet now cleans up orphaned volume directories automatically ([#95301](https://github.com/kubernetes/kubernetes/pull/95301), [@lorenz](https://github.com/lorenz)) [SIG Node and Storage]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 16 17:18:28 UTC 2021 - 373.2K bytes - Viewed (0) -
docs/es/docs/deployment/docker.md
CMD ["fastapi", "run", "app/main.py", "--port", "80"] ``` 1. Comenzar desde la imagen base oficial de Python. 2. Establecer el directorio de trabajo actual a `/code`. Aquí es donde pondremos el archivo `requirements.txt` y el directorio `app`. 3. Copiar el archivo con los requisitos al directorio `/code`. Copiar **solo** el archivo con los requisitos primero, no el resto del código.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:15:52 UTC 2025 - 31K bytes - Viewed (0)