Skip to content

secondary-storage: delete backedup snapshot dir on delete#7524

Merged
yadvr merged 3 commits intoapache:4.18from
shapeblue:fix-delsnap-nodeldir
Jun 1, 2023
Merged

secondary-storage: delete backedup snapshot dir on delete#7524
yadvr merged 3 commits intoapache:4.18from
shapeblue:fix-delsnap-nodeldir

Conversation

@shwstppr
Copy link
Copy Markdown
Contributor

@shwstppr shwstppr commented May 12, 2023

Description

Fixes #7516

When a backed-up snapshot is deleted and the snapshot file is present in the same name directory (probably only for VMware), the whole directory can be deleted.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

Tested deleting a backedup volume snapshot on VMware
Logs:

2023-05-12 09:45:49,879 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:null) Request:Seq 5-731553464470994956:  { Cmd , MgmtId: 32988117074588, via: 5, Ver: v1, Flags: 100011, [{"org.apache.cloudstack.storage.command.DeleteCommand":{"data":{"org.apache.cloudstack.storage.to.SnapshotObjectTO":{"path":"snapshots/2/10/900f3dd1-5be2-4036-ae08-b93548d9e5c8/900f3dd1-5be2-4036-ae08-b93548d9e5c8","volume":{"uuid":"56730834-50ec-45be-b1e0-2040a271a1c3","volumeType":"ROOT","dataStore":{"org.apache.cloudstack.storage.to.PrimaryDataStoreTO":{"uuid":"e13a6bdb-50ff-30d9-b446-653989234532","name":"ref-trl-4867-v-M7-abhishek-kumar-esxi-pri2","id":"2","poolType":"NetworkFilesystem","host":"10.0.32.4","path":"/acs/primary/ref-trl-4867-v-M7-abhishek-kumar/ref-trl-4867-v-M7-abhishek-kumar-esxi-pri2","port":"2049","url":"NetworkFilesystem://10.0.32.4/acs/primary/ref-trl-4867-v-M7-abhishek-kumar/ref-trl-4867-v-M7-abhishek-kumar-esxi-pri2/?ROLE=Primary&STOREUUID=e13a6bdb-50ff-30d9-b446-653989234532","isManaged":"false"}},"name":"ROOT-10","size":"(2.00 GB) 2147483648","path":"ROOT-10","volumeId":"10","vmName":"i-2-10-VM","accountId":"2","chainInfo":"{"diskDeviceBusName":"ide0:1","diskChain":["[e13a6bdb50ff30d9b446653989234532] i-2-10-VM/ROOT-10.vmdk","[e13a6bdb50ff30d9b446653989234532] 85ae42cf969a3bd99d767590746a5209/85ae42cf969a3bd99d767590746a5209.vmdk"]}","format":"OVA","provisioningType":"THIN","poolId":"2","id":"10","deviceId":"0","hypervisorType":"VMware","directDownload":"false","deployAsIs":"false"},"dataStore":{"com.cloud.agent.api.to.NfsTO":{"_url":"NFS://10.0.32.4/acs/secondary/ref-trl-4867-v-M7-abhishek-kumar/ref-trl-4867-v-M7-abhishek-kumar-sec1","_role":"Image"}},"vmName":"i-2-10-VM","name":"VM-5128d690-2204-415a-85e8-fb6516d1974f_ROOT-10_20230512094317","hypervisorType":"VMware","id":"6","quiescevm":"false","physicalSize":"0"}},"wait":"0","bypassHostMaintenance":"false"}}] }
2023-05-12 09:45:49,883 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:null) Processing command: org.apache.cloudstack.storage.command.DeleteCommand
2023-05-12 09:45:49,886 INFO  [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Determined host 10.0.32.4 corresponds to IP 10.0.32.4
2023-05-12 09:45:49,886 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Mounting device with nfs-style path of 10.0.32.4:/acs/secondary/ref-trl-4867-v-M7-abhishek-kumar/ref-trl-4867-v-M7-abhishek-kumar-sec1
2023-05-12 09:45:49,887 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) mount NFS://10.0.32.4/acs/secondary/ref-trl-4867-v-M7-abhishek-kumar/ref-trl-4867-v-M7-abhishek-kumar-sec1 on /mnt/SecStorage/18061267-f04b-31f5-9b46-f508765a8cef nfsVersion=null
2023-05-12 09:45:49,887 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) making available /mnt/SecStorage/18061267-f04b-31f5-9b46-f508765a8cef on NFS://10.0.32.4/acs/secondary/ref-trl-4867-v-M7-abhishek-kumar/ref-trl-4867-v-M7-abhishek-kumar-sec1
2023-05-12 09:45:49,887 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) local folder for mount will be /mnt/SecStorage/18061267-f04b-31f5-9b46-f508765a8cef
2023-05-12 09:45:49,888 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Executing: mount 
2023-05-12 09:45:49,893 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Executing while with timeout : 1440000
2023-05-12 09:45:49,894 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Execution is successful.
2023-05-12 09:45:49,894 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Some device already mounted at /mnt/SecStorage/18061267-f04b-31f5-9b46-f508765a8cef, no need to mount NFS://10.0.32.4/acs/secondary/ref-trl-4867-v-M7-abhishek-kumar/ref-trl-4867-v-M7-abhishek-kumar-sec1
2023-05-12 09:45:49,909 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Snapshot file 900f3dd1-5be2-4036-ae08-b93548d9e5c8 is present in the same name directory /mnt/SecStorage/18061267-f04b-31f5-9b46-f508765a8cef/snapshots/2/10/900f3dd1-5be2-4036-ae08-b93548d9e5c8. Deleting the directory
2023-05-12 09:45:49,909 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Executing: /bin/bash -c rm -rf /mnt/SecStorage/18061267-f04b-31f5-9b46-f508765a8cef/snapshots/2/10/900f3dd1-5be2-4036-ae08-b93548d9e5c8 
2023-05-12 09:45:49,911 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Executing while with timeout : 3600000
2023-05-12 09:45:50,014 DEBUG [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-4:null) Execution is successful.

Storage
before deletion:

[root@nfs snapshots]# tree
.
└── 2
    ├── 10
    │   ├── 1039daff-ef99-41df-bffd-ee345490d42b
    │   ├── 52794c72-b196-4de2-aaa8-3a0132806a15
    │   ├── 900f3dd1-5be2-4036-ae08-b93548d9e5c8
    │   │   ├── 900f3dd1-5be2-4036-ae08-b93548d9e5c8-disk0.vmdk
    │   │   ├── 900f3dd1-5be2-4036-ae08-b93548d9e5c8-disk1.nvram
    │   │   └── 900f3dd1-5be2-4036-ae08-b93548d9e5c8.ovf
    │   ├── bd232cab-baa1-4ac5-9b10-bbc48c2bc312
    │   └── fd57cb44-0559-490c-998d-5313eec52cef
    │       ├── fd57cb44-0559-490c-998d-5313eec52cef-disk0.vmdk
    │       ├── fd57cb44-0559-490c-998d-5313eec52cef-disk1.nvram
    │       └── fd57cb44-0559-490c-998d-5313eec52cef.ovf
    └── 9
        └── 91fa77c2-15cc-412d-9358-b1178730ce43

9 directories, 6 files

after deletion:

[root@sl-nestednfs snapshots]# tree
.
└── 2
    ├── 10
    │   ├── 1039daff-ef99-41df-bffd-ee345490d42b
    │   ├── 52794c72-b196-4de2-aaa8-3a0132806a15
    │   ├── bd232cab-baa1-4ac5-9b10-bbc48c2bc312
    │   └── fd57cb44-0559-490c-998d-5313eec52cef
    │       ├── fd57cb44-0559-490c-998d-5313eec52cef-disk0.vmdk
    │       ├── fd57cb44-0559-490c-998d-5313eec52cef-disk1.nvram
    │       └── fd57cb44-0559-490c-998d-5313eec52cef.ovf
    └── 9
        └── 91fa77c2-15cc-412d-9358-b1178730ce43

8 directories, 3 files

Fixes apache#7516

When a backed-up snapshot is deleted and the snapshot file is present in the same name directory (probably only for VMware), the whole directory can be deleted.

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
@codecov
Copy link
Copy Markdown

codecov bot commented May 12, 2023

Codecov Report

Merging #7524 (0d6d1e2) into 4.18 (a0eb0aa) will increase coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               4.18    #7524   +/-   ##
=========================================
  Coverage     12.93%   12.93%           
- Complexity     8941     8948    +7     
=========================================
  Files          2716     2716           
  Lines        256108   256144   +36     
  Branches      39939    39947    +8     
=========================================
+ Hits          33127    33139   +12     
- Misses       218822   218845   +23     
- Partials       4159     4160    +1     

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
@shwstppr
Copy link
Copy Markdown
Contributor Author

@blueorangutan package

@blueorangutan
Copy link
Copy Markdown

@shwstppr a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@shwstppr shwstppr marked this pull request as ready for review May 12, 2023 11:43
@shwstppr shwstppr linked an issue May 12, 2023 that may be closed by this pull request
@blueorangutan
Copy link
Copy Markdown

Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6069

s_logger.debug(String.format("Snapshot file %s is present in the same name directory %s. Deleting the directory", snapshotName, path));
}
return path;
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shwstppr
would it be safer to check if the path is a directory and there is no files in the directory before deletion ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weizhouapache directory check be added but we always expect it to be a directory anyway as we append the `/SNAPSHOT_NAME

And there will always be files (I checked VMware, Xen and KVM. Snapshots are placed inside the same name folder only for VMWare). Example

[root@sl-nestednfs snapshots]# tree 2/10/
2/10/
└── fd57cb44-0559-490c-998d-5313eec52cef
    ├── fd57cb44-0559-490c-998d-5313eec52cef-disk0.vmdk
    ├── fd57cb44-0559-490c-998d-5313eec52cef-disk1.nvram
    └── fd57cb44-0559-490c-998d-5313eec52cef.ovf

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose we need to cover both cases, to check if we're deleting files inside a folder (like in vmware), but also for kvm where snapshots arne't in a folder. XenServer/XCP-ng we need to check.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weizhouapache @shwstppr , we are dealing with a String, not a File/directory. I think this is ok, in this place. checking for existence should not happen in this method.

@yadvr yadvr added this to the 4.18.1.0 milestone May 12, 2023

@Test
public void testGetSnapshotFilepathForDelete() {
performGetSnapshotFilepathForDeleteTest("/snapshots/2/10/somename",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@yadvr
Copy link
Copy Markdown
Member

yadvr commented May 12, 2023

@blueorangutan test rocky8 vmware-67u3

@blueorangutan
Copy link
Copy Markdown

@rohityadavcloud a [LL] Trillian-Jenkins test job (rocky8 mgmt + vmware-67u3) has been kicked to run smoke tests

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-6509)
Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server r8
Total time taken: 70326 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6509-vmware-67u3.zip
Smoke tests completed. 107 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_redundant_vpc_site2site_vpn Failure 3612.76 test_vpc_vpn.py
test_01_vpc_site2site_vpn_multiple_options Failure 3612.10 test_vpc_vpn.py
test_01_vpc_site2site_vpn_multiple_options Error 3612.19 test_vpc_vpn.py
test_01_vpc_site2site_vpn Failure 3609.33 test_vpc_vpn.py
test_01_vpc_site2site_vpn Error 3609.41 test_vpc_vpn.py

@shwstppr
Copy link
Copy Markdown
Contributor Author

@blueorangutan package

@blueorangutan
Copy link
Copy Markdown

@shwstppr a [SF] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan
Copy link
Copy Markdown

Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6102

@shwstppr
Copy link
Copy Markdown
Contributor Author

@blueorangutan test rocky8 vmware-67u3

@blueorangutan
Copy link
Copy Markdown

@shwstppr a [SF] Trillian-Jenkins test job (rocky8 mgmt + vmware-67u3) has been kicked to run smoke tests

Copy link
Copy Markdown
Member

@kiranchavala kiranchavala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Tested on vmware, kvm, xenserver and the snapshot directory/file gets deleted

Steps

  1. Deploy a VM and create volume snapshot of its disks.
  2. Delete the volume snapshot once they are backed up.
  3. On the secondary storage, the snapshots are stored at the path convention: snapshots/<volume ID>/<snapshot ID>/<snapshots files or folders>.
    Before deletion of the snapshots, you should be able to see snapshots files in the snapshots directory for the specific volume/snapshot.
  4. Post-deletion of the snapshots, the directory of /snapshot files are removed.

@blueorangutan
Copy link
Copy Markdown

Trillian test result (tid-6545)
Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server r8
Total time taken: 58718 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6545-vmware-67u3.zip
Smoke tests completed. 106 look OK, 2 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_deploy_vm_on_specific_host Error 17.71 test_vm_deployment_planner.py
test_02_deploy_vm_on_specific_cluster Error 3603.35 test_vm_deployment_planner.py
test_03_deploy_vm_on_specific_pod Error 4.38 test_vm_deployment_planner.py
test_04_deploy_vm_on_host_override_pod_and_cluster Error 2.42 test_vm_deployment_planner.py
test_05_deploy_vm_on_cluster_override_pod Error 2.36 test_vm_deployment_planner.py
test_09_expunge_vm Failure 425.69 test_vm_life_cycle.py

@DaanHoogland
Copy link
Copy Markdown
Contributor

@blueorangutan LLtest rocky8 vmware-67u3

@blueorangutan
Copy link
Copy Markdown

@DaanHoogland a [LL] Trillian-Jenkins test job (rocky8 mgmt + vmware-67u3) has been kicked to run smoke tests

Copy link
Copy Markdown
Contributor

@DaanHoogland DaanHoogland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clgtm

s_logger.debug(String.format("Snapshot file %s is present in the same name directory %s. Deleting the directory", snapshotName, path));
}
return path;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weizhouapache @shwstppr , we are dealing with a String, not a File/directory. I think this is ok, in this place. checking for existence should not happen in this method.

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
@shwstppr
Copy link
Copy Markdown
Contributor Author

@blueorangutan LLpackage

@blueorangutan
Copy link
Copy Markdown

@shwstppr a [LL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan
Copy link
Copy Markdown

Packaging result [LL]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6056

@blueorangutan
Copy link
Copy Markdown

[LL]Trillian test result (tid-6538)
Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server r8
Total time taken: 79542 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6538-vmware-67u3.zip
Smoke tests completed. 106 look OK, 2 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_redundant_vpc_site2site_vpn Failure 3611.01 test_vpc_vpn.py
test_01_redundant_vpc_site2site_vpn Error 3611.09 test_vpc_vpn.py
test_01_vpc_site2site_vpn_multiple_options Failure 1808.77 test_vpc_vpn.py
test_01_vpc_site2site_vpn_multiple_options Error 1808.82 test_vpc_vpn.py
test_01_vpc_remote_access_vpn Failure 1805.59 test_vpc_vpn.py
test_01_vpc_site2site_vpn Failure 1808.54 test_vpc_vpn.py
test_01_vpc_site2site_vpn Error 1808.59 test_vpc_vpn.py
test_01_cancel_host_maintenace_with_no_migration_jobs Error 1806.82 test_host_maintenance.py
test_02_cancel_host_maintenace_with_migration_jobs Error 1964.70 test_host_maintenance.py
test_03_cancel_host_maintenace_with_migration_jobs_failure Error 1898.01 test_host_maintenance.py

@shwstppr
Copy link
Copy Markdown
Contributor Author

@blueorangutan LLpackage

@blueorangutan
Copy link
Copy Markdown

@shwstppr a [LL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

@blueorangutan
Copy link
Copy Markdown

Packaging result [LL]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6057

@shwstppr
Copy link
Copy Markdown
Contributor Author

@blueorangutan LLtest matrix

@blueorangutan
Copy link
Copy Markdown

@shwstppr a [LL] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests

@blueorangutan
Copy link
Copy Markdown

[LL] Trillian Build Failed (tid-6556)

@blueorangutan
Copy link
Copy Markdown

[LL]Trillian test result (tid-6555)
Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
Total time taken: 39470 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6555-xenserver-71.zip
Smoke tests completed. 107 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_redundant_vpc_site2site_vpn Failure 606.12 test_vpc_vpn.py
test_01_vpc_site2site_vpn_multiple_options Error 1204.27 test_vpc_vpn.py
test_01_vpc_site2site_vpn Error 498.28 test_vpc_vpn.py

@blueorangutan
Copy link
Copy Markdown

[LL]Trillian test result (tid-6557)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 43226 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6557-kvm-centos7.zip
Smoke tests completed. 106 look OK, 2 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_02_redundant_VPC_default_routes Failure 979.95 test_vpc_redundant.py
test_01_redundant_vpc_site2site_vpn Failure 542.32 test_vpc_vpn.py
test_01_vpc_site2site_vpn_multiple_options Error 1185.66 test_vpc_vpn.py
test_01_vpc_site2site_vpn Error 469.65 test_vpc_vpn.py

@yadvr
Copy link
Copy Markdown
Member

yadvr commented May 31, 2023

@blueorangutan test matrix

@blueorangutan
Copy link
Copy Markdown

@rohityadavcloud a [SF] Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests

@blueorangutan
Copy link
Copy Markdown

[SF] Trillian test result (tid-6633)
Environment: xenserver-71 (x2), Advanced Networking with Mgmt server 7
Total time taken: 39331 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6633-xenserver-71.zip
Smoke tests completed. 107 look OK, 1 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_01_cancel_host_maintenace_with_no_migration_jobs Error 308.14 test_host_maintenance.py

@blueorangutan
Copy link
Copy Markdown

[SF] Trillian test result (tid-6635)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 39388 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6635-kvm-centos7.zip
Smoke tests completed. 108 look OK, 0 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File

@blueorangutan
Copy link
Copy Markdown

[SF] Trillian test result (tid-6634)
Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server r8
Total time taken: 54302 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr7524-t6634-vmware-67u3.zip
Smoke tests completed. 106 look OK, 2 have errors, 0 did not run
Only failed and skipped tests results shown below:

Test Result Time (s) Test File
test_02_upgrade_kubernetes_cluster Failure 563.71 test_kubernetes_clusters.py
test_01_deploy_vm_on_specific_host Error 16.69 test_vm_deployment_planner.py
test_02_deploy_vm_on_specific_cluster Error 3604.87 test_vm_deployment_planner.py
test_03_deploy_vm_on_specific_pod Error 1.30 test_vm_deployment_planner.py
test_04_deploy_vm_on_host_override_pod_and_cluster Error 4.36 test_vm_deployment_planner.py
test_05_deploy_vm_on_cluster_override_pod Error 2.33 test_vm_deployment_planner.py

@yadvr yadvr merged commit 0941d01 into apache:4.18 Jun 1, 2023
@yadvr yadvr deleted the fix-delsnap-nodeldir branch June 1, 2023 10:18
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.

Deleting snapshots leaves empty directories

8 participants