summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1728
blob: bd378407567ede86433ef4bd89640ec81eace995 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
graphic: 0.912
device: 0.889
vnc: 0.818
instruction: 0.803
network: 0.711
mistranslation: 0.664
semantic: 0.622
boot: 0.564
socket: 0.420
KVM: 0.266
other: 0.239
assembly: 0.177

blockdev parameter does not accept dots in pool name in json config
Description of problem:
I'm trying to provision a VM using qemu 6.2.0 and pass the remote disk parameters like libvirt. When I start the VM, I get an error saying 


```
qemu-system-x86_64: -blockdev {driver:rbd,pool:cloud.disk.hiops,image:csi-vol-8577fffd-0f48-3344-b333-02000038163a,server:[{host:1.2.3.4,port:6789},{host:1.2.3.5,port:6789},{host:1.2.3.6,port:6789}],user:compute-staging,auth-client-required:[cephx,none],key-secret:ceph-secret,node-name:pv-MD7PBV3SRD21L08115JUJ94HMG,cache:{direct:false,no-flush:false},auto-read-only:true,discard:unmap}: JSON parse error, stray '.'
```


I changed the ip address and some fields.


My question is should we avoid dots in pool name? I tried to look at the source code of json parser but in its doc, it did not mention a sequence of characters for escaping dots.
Steps to reproduce:
1. Provision a VM with the provided config
Additional information:
bl