Lines Matching +full:retry +full:- +full:time
1 .. SPDX-License-Identifier: GPL-2.0
8 on the SGI IRIX platform. It is completely multi-threaded, can
15 for further details. This implementation is on-disk compatible
25 Sets the buffered I/O end-of-file preallocation size when
28 through to 1GiB, inclusive, in power-of-2 increments.
30 The default behaviour is for dynamic end-of-file
40 on-disk. When the new form is used for the first time when
42 attributes) the on-disk superblock feature bit field will be
45 The default behaviour is determined by the on-disk feature
116 Set the number of in-memory log buffers. Valid numbers
117 range from 2-8 inclusive.
128 Set the size of each in-memory log buffer. The size may be
134 stripe unit configured at **mkfs(8)** time.
140 Use an external log (metadata journal) and/or real-time device.
142 section, and a real-time section. The real-time section is
149 with non-zero data alignment parameters (``sunit``, ``swidth``) by
157 Filesystems mounted ``norecovery`` must be mounted read-only or
164 read-only snapshots.
184 or a stripe volume. "value" must be specified in 512-byte
186 that were created with non-zero data alignment parameters.
191 increasing it by a power-of-2 multiple. Valid ``swidth`` values
194 Typically the only time these mount options are necessary if
228 filesystems can now be disabled at kernel build time via Kconfig option.
229 The option will default to yes until September 2025, at which time it
277 references and returns timed-out AGs back to the free stream
384 -failure speed:
387 immediately, after a defined number of retries, after a set time period,
388 or simply retry forever.
390 -error classes:
395 -error handlers:
399 error handler works independently - the first condition met by an error handler
404 dependent - it may cause a shut down in the case of an unrecoverable error,
423 - "metadata": applies metadata buffer write IO
435 Defines the filesystem error behavior at unmount time.
439 i.e. no retries, no retry timeout. This will always allow unmount to
442 If set to 0, the configured retry behaviour will continue until all
445 filesystem from ever unmounting fully in the case of "retry forever"
450 removed by the unmounting filesystem before a "retry forever" error
458 specific handlers defined. Where multiple retry constraints are configured for
459 a single error, the first retry configuration that expires will cause the error
464 max_retries (Min: -1 Default: Varies Max: INTMAX)
466 the filesystem will propagate the error. The retry count for a given
467 error context (e.g. a specific metadata buffer) is reset every time
470 Setting the value to "-1" will cause XFS to retry forever for this
476 Setting the value to "N" (where 0 < N < Max) will make XFS retry the
479 retry_timeout_seconds (Min: -1 Default: Varies Max: 1 day)
480 Define the amount of time (in seconds) that the filesystem is
481 allowed to retry its operations when the specific error is
484 Setting the value to "-1" will allow XFS to retry forever for this
490 Setting the value to "N" (where 0 < N < Max) will allow XFS to retry the
495 "metadata/ENODEV" are "0" rather than "-1" so that this error handler defaults