Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] vm create failed with image_cache exist #21571

Open
elvizlai opened this issue Nov 11, 2024 · 0 comments
Open

[BUG] vm create failed with image_cache exist #21571

elvizlai opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working state/awaiting processing

Comments

@elvizlai
Copy link

问题描述/What happened:

通过 Shared LVM Storage With Lvmlockd 共享 iscsi,镜像缓存报错,虚拟机无法创建。
https://www.cloudpods.org/docs/guides/onpremise/storage/blockstorage/lvmlockd

{
    "__reason__": {
        "reason": {
            "__reason__": {
                "reason": {
                    "image_id": "7907e662-67d2-41e1-8568-33b146cb5375",
                    "reason": {
                        "__reason__": "AcquireImage: lvm image cache acquire: LvCreate failed   Logical Volume \"imagecache_7907e662-67d2-41e1-8568-33b146cb5375\" already exists in volume group \"cluster-vg\"\n: exit status 5",
                        "__stage__": "OnImageCacheComplete",
                        "__status__": "error"
                    }
                },
                "stage": "OnImageCacheComplete"
            },
            "__stage__": "OnIsoPrepareComplete",
            "__status__": "error",
            "__task_name__": "StorageCacheImageTask"
        },
        "stage": "OnIsoPrepareComplete"
    },
    "__stage__": "OnCdromPrepared",
    "__status__": "error",
    "__task_name__": "GuestInsertIsoTask"
}
image image image

环境/Environment:

  • OS (e.g. cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Host: (e.g. dmidecode | egrep -i 'manufacturer|product' |sort -u)
  • Service Version (e.g. kubectl exec -n onecloud $(kubectl get pods -n onecloud | grep climc | awk '{print $1}') -- climc version-list):
@elvizlai elvizlai added the bug Something isn't working label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working state/awaiting processing
Projects
None yet
Development

No branches or pull requests

2 participants