unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46366] [PATCH] gnu: Update zfs.
@ 2021-02-07 15:18 raid5atemyhomework via Guix-patches via
  2021-02-07 17:06 ` Léo Le Bouter via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: raid5atemyhomework via Guix-patches via @ 2021-02-07 15:18 UTC (permalink / raw)
  To: 46366

I am fairly unmotivated to continue working on ZFS-on-Guix, but anyway.  Here's an update of ZFS to 2.0.2, at least.

Tested only with `./pre-inst-env guix build zfs` on a patched Guix.  Fairly unmotivated to do more testing since there is no real interest in getting my patches merged.  Posting here just in case somebody actually gets interested.

I have ZFS and Guix on a fileserver I'm using in a homelab for my homework.  It's working for now.  Not really interested in pushing for better ZFS support anymore since I'm tired and need to get on with my homework.


From 566c4aa9104b5866d15c53340d9b68e0960c49bf Mon Sep 17 00:00:00 2001
From: raid5atemyhomework <raid5atemyhomework@protonmail.com>
Date: Sun, 7 Feb 2021 22:47:30 +0800
Subject: [PATCH] gnu: Update zfs.

* gnu/packages/file-systems.scm (zfs): Update to 2.0.2.
---
 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index e6ee645be0..caf190d8ba 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -847,7 +847,7 @@ APFS.")
 (define-public zfs
   (package
     (name "zfs")
-    (version "2.0.1")
+    (version "2.0.2")
     (outputs '("out" "module" "src"))
     (source
       (origin
@@ -856,7 +856,7 @@ APFS.")
                               "/download/zfs-" version
                               "/zfs-" version ".tar.gz"))
           (sha256
-           (base32 "0y3992l4nzr67q18lz1kizw0za1shvqbpmsjz9shv4frh5ihllbi"))))
+           (base32 "090b2pp0cgzkjcnbjf8ms28dah5dff8s04q31z62czapwiy0drdx"))))
     (build-system linux-module-build-system)
     (arguments
      `(;; The ZFS kernel module should not be downloaded since the license
--
2.30.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#46366] [PATCH] gnu: Update zfs.
  2021-02-07 15:18 [bug#46366] [PATCH] gnu: Update zfs raid5atemyhomework via Guix-patches via
@ 2021-02-07 17:06 ` Léo Le Bouter via Guix-patches via
  2021-02-08  0:23 ` [bug#46366] Sharlatan Hellseher
  2021-02-08  2:51 ` [bug#46366] [PATCH] gnu: Update zfs Danny Milosavljevic
  2 siblings, 0 replies; 4+ messages in thread
From: Léo Le Bouter via Guix-patches via @ 2021-02-07 17:06 UTC (permalink / raw)
  To: raid5atemyhomework, 46366

[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

On Sun, 2021-02-07 at 15:18 +0000, raid5atemyhomework via Guix-patches
via wrote:
> I am fairly unmotivated to continue working on ZFS-on-Guix, but
> anyway.
> Fairly unmotivated to do more testing since there is no real
> interest in getting my patches merged.  Posting here just in case
> somebody actually gets interested.

I am interested by ZFS on GNU Guix but I am not sure I understand
Scheme enough to review your patches. Also, it makes it a bit confusing
that your patches are submitted as several separate bugs. I think it
would make it easier to review if they were all summed into a single
"ZFS on GNU Guix System" bug. Otherwise I think it will take a bit of
patience, I'm sure you've seen the amount of pending patches, we're
near a thousand by now. Lots of things to review, limited time.

All in all, just remember that I am very enthusiastic about ZFS on GNU
Guix! I'm sure lots of people are.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#46366]
  2021-02-07 15:18 [bug#46366] [PATCH] gnu: Update zfs raid5atemyhomework via Guix-patches via
  2021-02-07 17:06 ` Léo Le Bouter via Guix-patches via
@ 2021-02-08  0:23 ` Sharlatan Hellseher
  2021-02-08  2:51 ` [bug#46366] [PATCH] gnu: Update zfs Danny Milosavljevic
  2 siblings, 0 replies; 4+ messages in thread
From: Sharlatan Hellseher @ 2021-02-08  0:23 UTC (permalink / raw)
  To: 46366

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Me either!

I've got zfs farm on Proxmox 2x dell servers 10TB each. Guix definitely
benefits of having it on board!

[-- Attachment #2: Type: text/html, Size: 239 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#46366] [PATCH] gnu: Update zfs.
  2021-02-07 15:18 [bug#46366] [PATCH] gnu: Update zfs raid5atemyhomework via Guix-patches via
  2021-02-07 17:06 ` Léo Le Bouter via Guix-patches via
  2021-02-08  0:23 ` [bug#46366] Sharlatan Hellseher
@ 2021-02-08  2:51 ` Danny Milosavljevic
  2 siblings, 0 replies; 4+ messages in thread
From: Danny Milosavljevic @ 2021-02-08  2:51 UTC (permalink / raw)
  To: 46366; +Cc: raid5atemyhomework, 46366-done

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

Hi raid5atemyhomework,

On Sun, 07 Feb 2021 15:18:34 +0000
raid5atemyhomework via Guix-patches via <guix-patches@gnu.org> wrote:

> I am fairly unmotivated to continue working on ZFS-on-Guix, but anyway.  Here's an update of ZFS to 2.0.2, at least.
> 
> Tested only with `./pre-inst-env guix build zfs` on a patched Guix.  Fairly unmotivated to do more testing since there is no real interest in getting my patches merged.  Posting here just in case somebody actually gets interested.
> 
> I have ZFS and Guix on a fileserver I'm using in a homelab for my homework.  It's working for now.  Not really interested in pushing for better ZFS support anymore since I'm tired and need to get on with my homework.

I totally understand.

It's frustrating when well-tested complete patches get unanswered for several
weeks--it happened to me before.

In any case, I've asked whether someone who knows how to create a profile
in a service can finally review your patches.

I'm sorry.

Pushed the update of the zfs package to 2.0.2 to guix master as
commit 5424ca6d6e01672bf7304a4144b05a98852adbab.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-08  3:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-07 15:18 [bug#46366] [PATCH] gnu: Update zfs raid5atemyhomework via Guix-patches via
2021-02-07 17:06 ` Léo Le Bouter via Guix-patches via
2021-02-08  0:23 ` [bug#46366] Sharlatan Hellseher
2021-02-08  2:51 ` [bug#46366] [PATCH] gnu: Update zfs Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).