Skip to content
#

multi-cloud

Here are 63 public repositories matching this topic...

yugabyte-db
pkj415
pkj415 commented Apr 18, 2022

Description

Create a cluster with TEST_docdb_log_write_batches=true and observe the following -

./bin/yb-ctl create --rf=1 --data_dir ~/yugabyte-data --tserver_flags 'TEST_docdb_log_write_batches=true'
./bin/ysqlsh
yugabyte=# create table test (k int primary key, v int);
CREATE TABLE
yugabyte=# insert into test values (1, 1);
ERROR:  Network error: recvmsg error: Connection refus
good first issue area/docdb
gravity
noobaa-core
guymguym
guymguym commented Sep 25, 2019

Environment info

  • NooBaa Version: 5
  • Platform: NA

Actual behavior

  1. Pool info for cloud pools does not return the connection identity (access_key)
  2. This make it hard for the operator to detect if the pool really uses the correct connection.

Expected behavior

  1. Return the identity.

Steps to reproduce

  1. NA

More information - Screenshots / Logs / O

Priority 2 High Comp-System Config Good first issue
nuwang
nuwang commented Feb 20, 2019

GCP does not have a direct analogue to firewalls/security group. A firewall resource in GCP is closer to a firewall rule in other providers. Therefore, the current implementation simulates groups of rules by a complicated procedure of tagging.

However, this complicates the code greatly, and has a significant impact on performance, since firewall rules must be repeatedly queried and grouped by t

Multi-cloud infrastructure inventory and management tool, supporting AWS, Google Cloud, Azure, Oracle Cloud, Rackspace Cloud, Hetzner Cloud, Alibaba Cloud, e24cloud.com, Linode, Cloudflare, GoDaddy and Backblaze B2.

  • Updated Feb 10, 2022
  • Python
cb-tumblebug
powerkimhub
powerkimhub commented Aug 7, 2021
documentation good first issue

Improve this page

Add a description, image, and links to the multi-cloud topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-cloud topic, visit your repo's landing page and select "manage topics."

Learn more