blob: b3e8a1c28f40f5574edd4e2ee958115e1c8d79d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
id = 1278
title = "Error creating encrypted qcow2 disk using qemu-img"
state = "opened"
created_at = "2022-10-27T01:32:29.047Z"
closed_at = "n/a"
labels = ["Storage", "qemu-img"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1278"
host-os = "**CentOS8**"
host-arch = "**x86**"
qemu-version = "**6.0.0**"
guest-os = "n/a"
guest-arch = "n/a"
description = """Error creating encrypted qcow2 disk using qemu-img:No crypto library supporting PBKDF in this build: Function not implemented
"""
reproduce = """1.qemu-img create --object secret,id=sec0,data=123456 -f qcow2 -o encrypt.format=luks,encrypt.key-secret=sec0 base.qcow2 1G"""
additional = "n/a"
|