[pve-devel] [PATCH zfsonlinux 4/5] d/zfsutils-linux.install: move most exectuables from sbin to bin

2024-08-20 Thread Stoiko Ivanov
follows commit e1e64f07af5c4ca2a313625a15c24e4ad6fb42f1 in debian upstream [0]. context from upstream's commit message: - arc_summary and zilstat do not require privilege. - arcstat does not need root, but the name is taken by nordugrid-arc-client. - dbufstat needs root permission to read /proc/sp

[pve-devel] [PATCH zfsonlinux 0/5] update to ZFS 2.2.5 and opt-in to usrmerge

2024-08-20 Thread Stoiko Ivanov
This patchset updates ZFS to 2.2.5 which was released two weeks ago [0] The changes don't look too scary, but could prevent a few issues in not so common use-cases for us e.g.: https://github.com/openzfs/zfs/pull/16359/commits/4d2f7f9839d12708417457cd57cf43d15cae5e92 https://github.com/openzfs/zfs/

[pve-devel] [PATCH zfsonlinux 2/5] debian: remove libzfsbootenv1linux.install

2024-08-20 Thread Stoiko Ivanov
When initially packaging libzfsbootenv1linux a .install file was commited in addtion to the .install.in (which contains the proper path with the multiarch component). This wasn't noticed during building because the .install got clobbered while building Fixes: fd0cc4becda91c46991e723ae6f0b08dcdf661

[pve-devel] [PATCH zfsonlinux 3/5] debian: install files to /usr

2024-08-20 Thread Stoiko Ivanov
follows commit 902967808693510631a198414dc57dc4ca564afe in debian upstream [0], which was done to support usrmerge [0] https://salsa.debian.org/zfsonlinux-team/zfs Signed-off-by: Stoiko Ivanov --- debian/libnvpair3linux.install.in | 2 +- debian/libpam-zfs.install

[pve-devel] [PATCH zfsonlinux 1/5] update zfs submodule to 2.2.5

2024-08-20 Thread Stoiko Ivanov
patches did not need adaptation Signed-off-by: Stoiko Ivanov --- upstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upstream b/upstream index 25665920..33174af1 16 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 2566592045780e7be7afc899c2496b1ae3af4f4d

[pve-devel] [PATCH zfsonlinux 5/5] d/NEWS: add news for usr-merge

2024-08-20 Thread Stoiko Ivanov
to raise awareness for the changed paths (NEWS entries get displayed when installing updates). follows commit 20e286d2f5c8752ac1372cd084729147cf276f3f in debian upstream [0]. [0] https://salsa.debian.org/zfsonlinux-team/zfs Signed-off-by: Stoiko Ivanov --- debian/NEWS | 13 + 1 fil

Re: [pve-devel] [PATCH installer v2 06/17] common: setup: deserialize `secure_boot` property from runtime env

2024-08-20 Thread Christoph Heiss
On Mon, Aug 19, 2024 at 12:32:09PM GMT, Christoph Heiss wrote: > On Tue, Jul 23, 2024 at 04:31:35PM GMT, Aaron Lauterer wrote: > > In my tests, with secure boot disabled, it failed to parse the > > run-env-info.json because the Perl code wrote it this way: > > > > "secure_boot":"" > > > > And it cu

Re: [pve-devel] [PATCH storage 1/2] fix #3873: btrfs: check for correct subvolume taking snapshot

2024-08-20 Thread Hannes Laimer
Tested these two patches on PVE 8 and they work as advertised, fixing the problem described in [1]. So, consider this Tested-by: Hannes Laimer code also looks good, but I don't think R-b is warranted here. [1] https://bugzilla.proxmox.com/show_bug.cgi?id=3873 _

[pve-devel] Question about Storage Plug-in and failover architecture

2024-08-20 Thread Jain, Piyush via pve-devel
--- Begin Message --- Hello Team, I am new to the community, and I have few basic questions that I would like to clarify: 1. Can you share details on how to develop a storage plugin for Proxmox? 2. Can you also share some more details how do achieve replication of virtual machines betwee