high-availability
Here are 333 public repositories matching this topic...
What would you like to be added:
Enable Dynamic Persistent volume Provisioning for ceph rbd provisioner through adding "allowVolumeExpansion" parameter.
Why is this needed:
Dynamic Persistent volume Provisioning is necessary and ceph rbd support this.
在2.3 使用 tarscloud/framework 部署框架中
- 启动框架从节点
如果希望多节点部署, 则在不同机器上执行 docker run ...即可, 注意参数设置!
最新版本:
docker run -d \ --name=tars-framework-slave \ --net=tars \ -e MYSQL_HOST="172.25.0.2" \ -e MYSQL_ROOT_PASSWORD="123456" \ -e MYSQL_USER=root \ -e MYSQL_PORT=3306 \ -e REBUILD=false \ -e INET=eth0 \ -e
I'd like to add UNTIL-DOWN to the bucket view so that we can diagnose downsample issues without bucket inspect
if that is done, I think everything from bucket inspect
is covered by the bucket UI
python客户端调用为空
我运行的是这4条代码,有可以获得IP,但用python客户端调用没办法取出来
When using the aggregation mode, the display alias feature display the wrong title: it displays a bogus alias instead of the expected text.
The reason is that the aggregation code is modifying the title of the instance but not its alias.
PR on the way.
Hey!
Not a big problem of course but currently when you do "pip install patroni" you still need to go to Github and save a copy of for https://github.com/zalando/patroni/blob/master/postgres0.yml to get started. I know there are env variables but there are quite some to remember. So would be very convenient if running something like "patroni --initconf postgres0.yml" would fill the postgres0.yml
What would you like to be added:
For security reasons, I do not want to connect to consul using the domain socket.
The following is not working as I expect it to be:
"stolon-sentinel --store-backend=consul --store-endpoints unix:///var/run/consul/consul_http.sock"
I am getting the next error:
2020-03-05T20:46:32.998Z FATAL cmd/sentinel.go:1985 cannot create sentinel: c
URL: https://bugzilla.redhat.com/1379982
Creator: ndevos at redhat
Time: 20160928T10:44:57
Description of problem:
http://review.gluster.org/14701 adds new public functions for gfapi applications that want to receive upcall events. These functions are sparsely documented, which need to improve.
Version-Release number of selected component (if applicable):
mainline (+backports)
-
Updated
Jun 27, 2020 - C
I have one degraded volume (replica count: 3, anti-affinity: hard) with four replicas listed, each on a different host:
- Node 1: Healthy
- Node 2: Rebuilding…
- Node 3: Healthy
- Node 4: Failed
Health is correctly shown as “Degraded” in list and detail view, but when you hover over it, there is a tooltip for “Limited node redundancy” (multiple replicas being located on the same node). Bu
The readme features basic documentation for Sockends, and doesn't give a complete example for how and why it works. Therefore we need more detailed documentation in the readme. Certain things like simple security mechanisms via respondsTo
and broadcasts
configurations should also be taken into account.
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
-
Updated
Jun 24, 2020 - Go
Not sure if it's worth adding to the documentation but I found I had to add the following to the end of the fstab command otherwise the system would not boot cleanly.
,x-systemd.mount-timeout=30,_netdev
The line in fstab now looks like
mfsmount /mnt/mymnt fuse mfssubfolder=mydir,allow_other,x-systemd.mount-timeout=30,_netdev
I think it was trying to mount mooseFS before it had fini
I don't want to use current chunks loop for replication (mostly because is still unclear how it works).
What I would like is to set our cluster to replicate as much chunks as possible up to REPLICATION_BANDWIDTH_LIMIT_KBPS
What should I have to set and how ? I think that both REPLICATION_BANDWIDTH_LIMIT_KBPS
and chunks loop limits are honored, so I have to set chunk loop to very high value
On documentation says that we can use the CALLBACK_SCRIPT environment variable:
https://github.com/zalando/spilo/blob/master/ENVIRONMENT.rst
However, it some usages, it appears to be ignored and hardcoded on this line https://github.com/zalando/spilo/blob/5a02971415996452f2013e2d98cfad19014138b3/postgres-appliance/scripts/configure_spilo.py#L419 and other lines
Is this the expected behavio
我刚看了一下其他人都好像有这个问题,不过还是看见有人数可以用renew的办法,我也尝试了一下
kubeadm alpha phase all
初步看好像是续期了一年的样子,但由于我是vmware的1master 3node的。。没有环境测试高可用情况下这样renew证书的话,其他master要怎么操作。
另外贴一下下面的help信息
[root@t0 etcd]# kubeadm alpha phase --help
This command is not meant to be run on its own. See list of available subcommands.
[root@t0 etcd]# kubeadm alpha certs renew --help
This command is not meant to be run on its ow
https://github.com/google/starlark-go/blob/master/doc/spec.md
It should satisfy our reproducibility needs (like jsonnet) and could be easier to write agola config files.
Like in #137 we should provide build context information.
Thanos Query component accepts --query.replica-label
command-line flag for data deduplication - see https://github.com/thanos-io/thanos/blob/master/docs/components/query.md#deduplication .
It would be great if Promxy would add similar ability to merge results from multiple upstream data sources based on the replica
-
Updated
Jun 18, 2020 - Go
-
Updated
Jun 24, 2020 - Go
-
Updated
May 11, 2020 - Shell
WaitForEvent
function heavily dependant on poll.h
include, but in all other places, PostgreSQL uses such include tecnhique:
#ifdef HAVE_POLL_H
#include <poll.h>
#endif
If we do define include in such a manner we got:
pasha@PG480 MINGW64 /src/pg_auto_failover
$ make
make -C src/monitor/ all
make[1]: Entering directory '/src/pg_auto_failover/src/monitor'
gcc -Wall -Wmis
-
Updated
Jun 6, 2020 - HTML
-
Updated
Apr 12, 2020 - Perl
-
Updated
Jun 27, 2020 - Java
-
Updated
Jun 22, 2020 - Smarty
非常感谢提供Mosquitto的集群程序。
在使用时,当我开启不允许匿名登陆后,各个节点无法连接。
进一步尝试在配置 Certificate based SSL/TLS support 中的 ca 路径后,节点之间出现 OpenSSL Error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol问题。
请问是否是因为不支持该功能?还是在配置上需要增加配置?
Improve this page
Add a description, image, and links to the high-availability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the high-availability topic, visit your repo's landing page and select "manage topics."
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接
push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。目前 advanced-java 只有 [yanglbme](http