[pve-devel] Failing to build pve-kernel 5.0.x from git

2019-10-02 Thread Chris Hofstaedtler | Deduktiva
;upstream/*': No such file or directory make[1]: *** [Makefile:59: zfs-linux_0.8.2] Error 1 make[1]: Leaving directory '/home/ch/Source/pve-kernel/build/modules/tmp' make: *** [Makefile:99: pkg-zfs.prepared] Error 2 $ ls submodules/zfsonlinux/upstream/ $ Any hints would be appr

Re: [pve-devel] Failing to build pve-kernel 5.0.x from git

2019-10-02 Thread Chris Hofstaedtler | Deduktiva
* Thomas Lamprecht [191002 16:58]: > On 10/2/19 4:46 PM, Chris Hofstaedtler | Deduktiva wrote: > Either don't do the initial "git submodule update --init" yourself and > let the makefile handle that or add the "--recursive" flag.. > > But a fresh >

Re: [pve-devel] [PATCH] fix #1569: add shared flag to disks

2018-02-15 Thread Chris Hofstaedtler | Deduktiva
e this is a disk that is not managed by normal PVE storage. Example: scsi1: /dev/disk/by-id/dm-uuid-mpath-360002ac006007a184b3c,cache=writeback,discard=on,shared=1,size=1T I'd like to see "direct" multipath LUNs integrated into the storage abstraction, but for now ...