On 1/25/24 10:35, Michael Chang wrote:
On Wed, Jan 24, 2024 at 11:42:30AM +0530, Mukesh Kumar Chaurasiya wrote:
+
+ if (grub_strstr (disk->name, "fibre-channel") != NULL ||
+ grub_strstr (disk->name, "vfc-client") != NULL)
Is there a reason why nvme-of now exempted from the retrying ? It
On Tue, Oct 10, 2023 at 09:28:45PM +0300, ValdikSS via Grub-devel wrote:
> Increase the value from 63 to speed up reading process.
>
> This commit increases two limits: the low-level int 13h reading code
> and a high-level reading code with disk cache.
> The disk cache imposes an overall limitation
In an effort to solve
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061168 for myself, I
implemented basic support for cachevol and integrity volumes in LVM.
This is just an extension of the cachepool support that already existed,
and just like that support, I ignore all of the metadata and j
There are two system directories for bash-completion scripts. One is
/usr/share/bash-completion/completions and the other is
/etc/bash_completion.d/. The 'etc' scripts are loaded in advance and
for backward compatibility while the 'usr' scripts are loaded on demand.
To load scripts on demand, it re