Andrey Groshev
Andrey Groshev
Hi, I testing our new s3 compatible storadge. The PUT test passes, but the GET does not. I checked what Wasp was sending. It sends data in chunks, but does...
Hi! I again found trouble. ) I doing experiment with quorum lost. After quorum lost LOCK not deleted. I see code. ``` shell if [ "$1" = "master" -a "$OCF_RESKEY_CRM_meta_notify_slave_uname"...
Hi, again! I continue experiments with cluster on two node + quorum node. Today I build next schema: 1. on quorum node set attibute: ``` shell crm_attribute --type nodes --node-uname...
Hi, again! I test cluster on corosync 2.3.x. So I had to build packages from source. These: libqb, corosync, resource-agents, pacemaker. And I saw the problems on the slave servers....
The meaning of the problem is that the "SU" always returns 0. After the restart, 1. the system tries to stop all RESURSS. 2. causes pgsql_real_monitor 3. it causes pgsql_status...
Simple script: ``` #!/bin/busybox sh echo -e "12\n123" ``` An error is displayed: ``` ^-^ SC3036 (error): In dash, echo flags besides -n not supported. ``` But in busybox "-e"...