Skip to content
#

multi-cloud

Here are 57 public repositories matching this topic...

yugabyte-db
jaki
jaki commented Oct 12, 2021

There are multiple issues with the individual beta feature flags. I believe the core issue is lack of understanding of parser_ybc_beta_feature. See the definition:

#define parser_ybc_beta_feature(pos, feature, has_own_flag) \
    check_beta_feature(pos, yyscanner, has_own_flag ? "FLAGS_ysql_beta_feature_" feature : NULL, feature)

If has_own_flag is true, there should be a c

noobaa-core
kumarashit
kumarashit commented Jan 22, 2021

**Issue/Feature Description:
As there are a lot of legacy codes, there will be some reference to "opensds". need to rename them to SODA

**Why this issue to fixed / feature is needed(give scenarios or use cases):
As we moved from opensds->soda, the binaries generated, folder names etc should also be changed to SODA.

**How to reproduce, in case of a bug:

**Other Notes / Environment Inform

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 Apr 10, 2020
  • Shell
powerkimhub
powerkimhub commented Sep 14, 2021

[AS-IS]

  • Mock Driver 내부에서,
  • VM Spec 정보 제공을 위하여 Mock Driver 객체 생성 시에 VMSpec 정보 몇 개를 추가 설정하고 있음.
    • 위치: $CBSPIDER_ROOT/cloud-control-manager/cloud-driver/drivers/mock/resources/VMSpecHandler.go
  • 이때, 'default' region에 대한 Spec 정보로만 추가하고 있음.
  • Region 이름이 'default'가 아닌 connection 설정에서는 VM Spec 정보를 제공하지 못하는 오류가 있음.

[TO-BE]

  • Region 이름이 'default'가 아닌 경우에도 VM Spec 정보 제공이 가능해야 함.
  • Mock Driver
cb-tumblebug

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