- 09 Oct, 2024 25 commits
-
-
Thomas Gambier authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
* rename enb-output.log to enb-info.log * add host ID, FPGA version and kernel version in enb-info.log * keep the 50 latest enb radio logs * don't let enb-info execeed 500kB, but store up to 100MB of enb-info archives into another file
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
- 08 Oct, 2024 4 commits
-
-
Thomas Gambier authored
This is a fixup of cce1a1c9.
-
Paul Graydon authored
See merge request nexedi/slapos!1650
-
Paul Graydon authored
See merge request nexedi/slapos!1650
-
Thomas Gambier authored
Fixup of a3e15fc4.
-
- 07 Oct, 2024 11 commits
-
-
Levin Zimmermann authored
Before this patch SlapOS users had to manually add SSL files in case WCFS was used in combination with NEO+SSL. This is bad as we can easily forget to update local parameter files when updating instance parameters ("_ca", "_cert" and "_key"). This builds up on nexedi/slapos@706801f2. /reviewed-by @kirr @jerome /reviewed-on nexedi/slapos!1620
-
Levin Zimmermann authored
NEO/go doesn't understand what it should do with these parameters and raises an error in case they are added to the NEO URI [1]. [1] https://lab.nexedi.com/kirr/neo/-/blob/f1a1bb9d/go/neo/client.go#L551-553 /reviewed-by @kirr @jerome /reviewed-on nexedi/slapos!1620
-
Levin Zimmermann authored
'wendelin.core' needs to differentiate between a NEO cluster with SSL and without SSL from a normalized zurl (e.g. a zurl which doesn't contain any paths to encryption files). Therefore the 'neo' / 'neos' scheme difference was introduced in nexedi/neoppod@bc3e38ea. This patch introduces this difference in zurl that SlapOS provides for 'wendelin.core' - this essentially fixes a ERP5+WCFS setup that connects to a NEO cluster with activated SSL. /reviewed-by @kirr @jerome /reviewed-on nexedi/slapos!1620
-
Levin Zimmermann authored
We only need one query identifier ('?'), while query options should be separated by the separator identifier ('&'). This essentially changes the resulting NEO URI from neo://cluster@IP&a=b?b=c to neo://cluster@IP?a=b&b=c /reviewed-by @kirr @jerome /reviewed-on nexedi/slapos!1620
-
Levin Zimmermann authored
This reverts commit 0cf70a6e. NEOgo and NEOpy diverged wrt the NEO URI format. Due to NEOgo changes in the NEO URI format 0cf70a6e was necessary. However in neoppod!18 and neoppod!21 a common URI format for NEOgo and NEOpy was agreed on. Therefore most changes of 0cf70a6e are no longer necessary. We still need the difference between 'neo' (without SSL) and 'neos' (with SSL), but we'll re-introduce this in the next commit. This revert keeps the changes made in 6fa1d9ae as this is still needed. /reviewed-by @kirr @jerome /reviewed-on !1620
-
Levin Zimmermann authored
New 'wendelin.core' version contains several bugfixes that were discovered in field usage. Furthermore it introduces the new 'ZBlk_fmt' option 'auto' that heuristically sets ZBlkfmt to gain a good ratio between read time and database size, improves python3 compatibility and synchronizes NEO zurl scheme between NEO/py and NEO/go. See nexedi/wendelin.core@63153845...db6fea3d for complete list of changes. /reviewed-by @kirr @jerome /reviewed-on nexedi/slapos!1620
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-