* [pve-devel] [PATCH storage] zfs: fix duplicate word typo in error message
@ 2024-01-30 9:11 Fiona Ebner
2024-03-22 15:35 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fiona Ebner @ 2024-01-30 9:11 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
src/PVE/Storage/ZFSPoolPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Storage/ZFSPoolPlugin.pm b/src/PVE/Storage/ZFSPoolPlugin.pm
index 951d027..3669fe1 100644
--- a/src/PVE/Storage/ZFSPoolPlugin.pm
+++ b/src/PVE/Storage/ZFSPoolPlugin.pm
@@ -200,7 +200,7 @@ sub zfs_wait_for_zvol_link {
for (my $i = 1; $i <= $timeout; $i++) {
last if -b $devname;
- die "timeout: no zvol device link for '$volname' found after $timeout sec found.\n"
+ die "timeout: no zvol device link for '$volname' found after $timeout sec.\n"
if $i == $timeout;
sleep(1);
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH storage] zfs: fix duplicate word typo in error message
2024-01-30 9:11 [pve-devel] [PATCH storage] zfs: fix duplicate word typo in error message Fiona Ebner
@ 2024-03-22 15:35 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-03-22 15:35 UTC (permalink / raw)
To: Proxmox VE development discussion, Fiona Ebner
On 30/01/2024 10:11, Fiona Ebner wrote:
> Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
> ---
> src/PVE/Storage/ZFSPoolPlugin.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied (since a while already), thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-22 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 9:11 [pve-devel] [PATCH storage] zfs: fix duplicate word typo in error message Fiona Ebner
2024-03-22 15:35 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal