euca-import-volume 转换卡在待定状态
euca-import-volume conversion stuck on pending
我正在按照图像指南文档创建 EBS 支持的图像:https://docs.eucalyptus.cloud/eucalyptus/4.4.5/index.html#image-guide/img_task_install_hvm_image.html
#import to volume
euca-import-volume CentOS-7-x86_64-GenericCloud-1901.raw --format raw --availability-zone zone-1 --bucket imagebucket --description "ebs backed centos7"
导入后的转换任务卡在 Pending conversion
ApproximateBytesConverted 0
,没有任何进展。关于这个的常见原因有什么想法吗?
[root@desktop ~]# euca-describe-conversion-tasks
TaskType IMPORTVOLUME TaskId import-vol-a6baf98c ExpirationTime Wed Apr 17 09:25:47 EDT 2019 Status active StatusMessage Pending conversion
DISKIMAGE DiskImageFormat RAW DiskImageSize 8589934592 VolumeId vol-4ddda573 VolumeSize 8 AvailabilityZone zone-1 ApproximateBytesConverted 0
成像工作器配置了 m2.2xlarge,但我看到关于它是否启动的信息相互矛盾。
[root@cloud ~]# euca-describe-instances --filter tag-value=euca-internal-imaging-workers
[root@cloud ~]# esi-describe-images
SERVICE VERSION ACTIVE IMAGE INSTANCES
imaging 4.4.101 * emi-ebfa1114 1
loadbalancing 4.4.101 * emi-ebfa1114 0
我能够使用手动帮助实例方法创建 EBS 支持的 hvm 图像:https://docs.eucalyptus.cloud/eucalyptus/4.4.5/index.html#image-guide/img_task_install_hvm_image.html
选项 C:使用帮助程序实例安装 EBS 映像
它是技术上受支持的方法,所以我不觉得它是一种解决方法,但理解为什么选项 A (euca-import-volume) 不是'不像描述的那样为我工作。
转换任务停留在pending状态说明有问题
与成像工作者实例。
您看不到 euca-describe-instances
输出的原因是
成像工作器在 (eucalyptus)imaging
服务帐户中运行
而不是 eucalyptus
帐户。要查看实例详细信息:
#
# euare-rolelistbypath --as-account '(eucalyptus)imaging'
arn:aws:iam::123456789012:role/internal/imaging/euca-internal-imaging-service-Role-XXXXXXXXXXXXX
arn:aws:iam::123456789012:role/imaging/ImagingServiceAdministrator
#
#
# eval $(euare-assumerole arn:aws:iam::123456789012:role/imaging/ImagingServiceAdministrator)
#
#
# euca-describe-instances
RESERVATION r-3170...
#
#
# eval $(euare-releaserole)
#
#
如果启动实例时出现问题,则 CloudFormation
服务可能包含有用的详细信息,例如:
# euform-describe-stacks
# euform-describe-stack-events
成像工作者最常见的问题是忘记设置 ntp
要使用的服务器,例如:
# euctl services.imaging.worker.ntp_server=time.google.com
这只是一个示例,您应该为您的环境使用 ntp 服务器。
允许您通过 SSH 连接到映像工作者实例并检查您的日志
应该使用 euca-import-keypair
作为图像服务管理员并且
然后配置键名:
# euctl services.imaging.worker.keyname=KEYNAMEHERE
重启成像工作器并获取任何配置更改的简单方法是:
# euctl services.imaging.worker.configured=false
# # wait for shutdown ...
# euctl services.imaging.worker.configured=true
我正在按照图像指南文档创建 EBS 支持的图像:https://docs.eucalyptus.cloud/eucalyptus/4.4.5/index.html#image-guide/img_task_install_hvm_image.html
#import to volume
euca-import-volume CentOS-7-x86_64-GenericCloud-1901.raw --format raw --availability-zone zone-1 --bucket imagebucket --description "ebs backed centos7"
导入后的转换任务卡在 Pending conversion
ApproximateBytesConverted 0
,没有任何进展。关于这个的常见原因有什么想法吗?
[root@desktop ~]# euca-describe-conversion-tasks
TaskType IMPORTVOLUME TaskId import-vol-a6baf98c ExpirationTime Wed Apr 17 09:25:47 EDT 2019 Status active StatusMessage Pending conversion
DISKIMAGE DiskImageFormat RAW DiskImageSize 8589934592 VolumeId vol-4ddda573 VolumeSize 8 AvailabilityZone zone-1 ApproximateBytesConverted 0
成像工作器配置了 m2.2xlarge,但我看到关于它是否启动的信息相互矛盾。
[root@cloud ~]# euca-describe-instances --filter tag-value=euca-internal-imaging-workers
[root@cloud ~]# esi-describe-images
SERVICE VERSION ACTIVE IMAGE INSTANCES
imaging 4.4.101 * emi-ebfa1114 1
loadbalancing 4.4.101 * emi-ebfa1114 0
我能够使用手动帮助实例方法创建 EBS 支持的 hvm 图像:https://docs.eucalyptus.cloud/eucalyptus/4.4.5/index.html#image-guide/img_task_install_hvm_image.html
选项 C:使用帮助程序实例安装 EBS 映像
它是技术上受支持的方法,所以我不觉得它是一种解决方法,但理解为什么选项 A (euca-import-volume) 不是'不像描述的那样为我工作。
转换任务停留在pending状态说明有问题 与成像工作者实例。
您看不到 euca-describe-instances
输出的原因是
成像工作器在 (eucalyptus)imaging
服务帐户中运行
而不是 eucalyptus
帐户。要查看实例详细信息:
#
# euare-rolelistbypath --as-account '(eucalyptus)imaging'
arn:aws:iam::123456789012:role/internal/imaging/euca-internal-imaging-service-Role-XXXXXXXXXXXXX
arn:aws:iam::123456789012:role/imaging/ImagingServiceAdministrator
#
#
# eval $(euare-assumerole arn:aws:iam::123456789012:role/imaging/ImagingServiceAdministrator)
#
#
# euca-describe-instances
RESERVATION r-3170...
#
#
# eval $(euare-releaserole)
#
#
如果启动实例时出现问题,则 CloudFormation 服务可能包含有用的详细信息,例如:
# euform-describe-stacks
# euform-describe-stack-events
成像工作者最常见的问题是忘记设置 ntp 要使用的服务器,例如:
# euctl services.imaging.worker.ntp_server=time.google.com
这只是一个示例,您应该为您的环境使用 ntp 服务器。
允许您通过 SSH 连接到映像工作者实例并检查您的日志
应该使用 euca-import-keypair
作为图像服务管理员并且
然后配置键名:
# euctl services.imaging.worker.keyname=KEYNAMEHERE
重启成像工作器并获取任何配置更改的简单方法是:
# euctl services.imaging.worker.configured=false
# # wait for shutdown ...
# euctl services.imaging.worker.configured=true