Skip to content

Conversation

@stardom3645
Copy link
Owner

… (apache#7761)

This fixes the following cases in which Solidfire storage integration
caused issues when using Solidfire datadisks with VMware:

  1. Take Volume Snapshot of Solidfire data disk
  2. Delete an active Instance with Solidfire data disk attached
  3. Attach used existing Solidfire data disk to a running/stopped VM
  4. Stop and Start an instance with Solidfire data disks attached
  5. Expand disk by resizing Solidfire data disk by providing size
  6. Expand disk by changing disk offering for the Solidfire data disk

Additional changes:

  • Use VMFS6 as managed datastore type if the host supports
  • Refactor detection and splitting of managed storage ds name in storage
    processor
  • Restrict storage rescanning for managed datastore when resizing

Signed-off-by: Rohit Yadav rohit.yadav@shapeblue.com### PR 설명

이 PR은 ...

변경 구분

  • 잠재적 기능/오류 개선 (기존의 기능에 잠재되어 있는 오류 또는 다른 기능에 영향을 미칠 기능의 개선)
  • 새로운 기능 (다른 기능에 영향을 미치지 않는 새 기능)
  • 버그 수정 (이슈에 보고된 버그에 대한 수정으로 다른 기능에 영향을 미치지 않음)
  • 기능 개선 (기존 기능에 대한 개선으로 다른 기능에 영향을 미치지 않음)
  • 코드 청소 (코드 재구성 및 청소, 테스트 케이스 추가 등)

기능/개선 규모 또는 버그 심각도

기능/개선 규모

  • 주요 기능/개선
  • 소규모 기능/개선

버그 심각도

  • 매우 심각 (제품 출시/운영을 불가능하게 함)
  • 위험 (사용자에게 자원의 손실을 가져오게 함)
  • 중요 (사용자에게 기능 사용의 불편을 가져오게 함)
  • 보통 (사용자가 문제를 인지할 수 있을 정도임)
  • 미미 (사용자가 인지하지 못할 정도임)

스크린샷

테스트 방법 및 결과

@github-actions
Copy link

This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch.

JoaoJandre and others added 14 commits August 30, 2023 13:12
Co-authored-by: Henrique Sato <henrique.sato@scclouds.com.br>
)

This PR fixes an issue on direct download while registering HTTPS compressed files
Fixes: apache#7929
This would fix the case of multiple items return in API response for a
resource such as a template or ISO in case of multi-zone env.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Fixes apache#7926

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
…o fix the build error on MacOS (apache#7944)

This fixes the build error of cloud-utils on MacOS

```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.0.0:shade (rebuild-war) on project cloud-utils: Error creating shaded jar: Could not replace original artifact with shaded artifact!: /Users/nicolas/cloudstack/utils/target/cloud-utils-4.19.0.0-SNAPSHOT-shaded.jar (No such file or directory) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :cloud-utils
```
vishesh92 and others added 28 commits November 8, 2023 14:21
This PR adds an config option for the Linstor primary storage driver, that allows you to automatically backup
volume snapshots to the secondary storage.
Additionally it will not mangle the need java-linstor dependency into the client.jar, but instead just copy
the java-linstor.jar into lib.

Config option is called: lin.backup.snapshots and is default false

The scope of this change should be limited, as it only touches the Linstor driver and a part of copyAsync
was implemented with 2 new Linstor specific commands.
…workOffering (apache#7545)

Co-authored-by: Kiran Chavala <kiranchavala@Kirans-MacBook-Air.local>
Co-authored-by: Wei Zhou <weizhou@apache.org>
Co-authored-by: dahn <daan.hoogland@gmail.com>
* 4.18:
  updated the api documentation for createNetworkOffering and updateNetworkOffering (apache#7545)
…pache#8142)

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: João Jandre <joao@scclouds.com.br>
* 4.18:
  Fix deploy as is VM start after template deletion (apache#8115)
… for user VMs in VMware (apache#7954)

Co-authored-by: Gabriel <gabriel.fernandes@scclouds.com.br>
Co-authored-by: Stephan Krug <stephan.krug@scclouds.com.br>
Co-authored-by: GaOrtiga <49285692+GaOrtiga@users.noreply.github.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com>
…pache#8210)

Introduces domainid and account as optional parameter for createTemplate API. It will allow admin to create templates for specified domain belonging to specific account.
@stardom3645 stardom3645 deleted the branch stardom3645:hwryu-log4j-upgrade-fourth November 17, 2023 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.