Grant Millar

Results 89 comments of Grant Millar

@WanzenBug I tried to follow the calls up from https://github.com/piraeusdatastore/linstor-csi/blob/4ee8dce775083abefa1d1b021ae864109cbbd339/pkg/client/linstor.go#L430 to find where `ctx` is set. It appears to be in the `grpc` code somewhere but it's not easy to...

Thanks @WanzenBug the command works with the mTLS certs included, although it took 10 seconds to complete (4 seconds on the subsequent cached requests). Surely 4-10 seconds should not cause...

@darkskygit Please could you clarify if AFFiNE Cloud will be FOSS?

> > @darkskygit Please could you clarify if AFFiNE Cloud will be FOSS? > > The core of AFFiNE Cloud is contained in this repo and is open source. Developers...

@pranavrajs For me just posting messages to Mattermost would suffice. At the moment I’m using Slack just for notifications on replies and notifications on iOS. However if those were options...

Here's some benchmarks with 679 zfs datasets ZFS version: ``` zfs-2.1.2-1ubuntu3 zfs-kmod-2.1.4-0ubuntu0.1 ``` https://github.com/LINBIT/linstor-server/blob/a758bf07796c374fd2004465b0d8690209b74356/satellite/src/main/java/com/linbit/linstor/layer/storage/zfs/utils/ZfsCommands.java#L25-L30 ``` Executed in 3.42 secs fish external usr time 0.15 secs 499.00 micros 0.15 secs sys...

I could try passing through the vol and snapshot data here: https://github.com/LINBIT/linstor-server/blob/a758bf07796c374fd2004465b0d8690209b74356/satellite/src/main/java/com/linbit/linstor/layer/storage/zfs/ZfsProvider.java#L167 Then construct the `fullQualifiedId` and loop through the command on those specific datasets. I will need to figure...

@ghernadi do you have any load? The slowness of `zfs list` is quite well documented going all the way back to v6. As stated here: https://github.com/openzfs/zfs/issues/5558#issuecomment-270286066 It may be better...

@ghernadi Can you take a look at https://github.com/Rid/linstor-server/commit/427185c94a02dfb731e3bb53121d26e910ba03a3 it's just a quick idea which could speed up systems where there are many datasets outside of linstor (such as our case).

I'd like to be able to build deb packages for testing however I can't find the tooling for doing the build, I can see the debian folder but no DEBIAN...