)]}'
{".zuul.yaml":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"e76ea8a527fa34498393d3546945431589519865","unresolved":true,"context_lines":[{"line_number":728,"context_line":"        c-bak: false"},{"line_number":729,"context_line":"        openstack-cli-server: true"},{"line_number":730,"context_line":"      devstack_localrc:"},{"line_number":731,"context_line":"        \u003c\u003c: *uec_image_vars"},{"line_number":732,"context_line":"        LIBVIRT_TYPE: qemu"},{"line_number":733,"context_line":"        # Setup two non-cell0 cells (cell1 and cell2)."},{"line_number":734,"context_line":"        NOVA_NUM_CELLS: 2"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"802e44c7_f814ba02","line":731,"updated":"2026-02-26 16:25:32.000000000","message":"this still paniced with the uec images.\nwhich i guess we new could happen but it was much less likely to happen.","commit_id":"787c230b86e5c5b0487fc148eca8e3faa780af85"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"e76ea8a527fa34498393d3546945431589519865","unresolved":true,"context_lines":[{"line_number":778,"context_line":"        LIBVIRT_TYPE: qemu"},{"line_number":779,"context_line":""},{"line_number":780,"context_line":"- job:"},{"line_number":781,"context_line":"    name: nova-ceph-multistore"},{"line_number":782,"context_line":"    parent: devstack-plugin-ceph-tempest-py3"},{"line_number":783,"context_line":"    nodeset: nova-2-node-nested-debian"},{"line_number":784,"context_line":"    description: |"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"5fe90c6c_38f3bf81","line":781,"updated":"2026-02-26 16:25:32.000000000","message":"the multistore failures are related to\n\nlibvirt.libvirtError: Secret not found: no secret with matching uuid \u00272c2d24f8-12b9-4dfb-a9a4-9bd57f45a6ab\u0027\n\ni didnt change the os or anything related to that in this change and i doen see how using kvm instead of qemu could posibly impact that so that seam like its unrelated.\n\nthe nova.conf is correctly configured\n```\n[libvirt]\ntb_cache_size \u003d 128\nimages_rbd_glance_store_name \u003d robust\nimages_rbd_ceph_conf \u003d /etc/ceph/ceph.conf\nimages_rbd_pool \u003d vms\nimages_type \u003d rbd\ndisk_cachemodes \u003d network\u003dwriteback\ninject_partition \u003d -2\ninject_key \u003d false\nrbd_secret_uuid \u003d e06c8e76-973c-4f1f-85b0-eb3ce11d40ea\nrbd_user \u003d cinder\nlive_migration_uri \u003d qemu+ssh://stack@%s/system\ncpu_model \u003d Nehalem\ncpu_mode \u003d custom\nvirt_type \u003d kvm\n```\n\nhttps://41cf91fe3f5afcece38a-18c859208b23323990a92aa0d3db3a0d.ssl.cf1.rackcdn.com/openstack/ecea77115ef2497881afa318cd5a6b26/controller/logs/etc/nova/nova-cpu_conf.txt\n\n\nthe devstack logs are a bit sus but i didnt change the secret creation\n\n```\n2026-02-26 13:27:10.742 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/cephadm:import_libvirt_secret_ceph:714 :   sudo virsh secret-set-value --secret e06c8e76-973c-4f1f-85b0-eb3ce11d40ea --base64 AQAsSqBp4hufBhAANjBzIkysc9VBSQGPj3dzXw\u003d\u003d\n2026-02-26 13:27:10.780 | error: Passing secret value as command-line argument is insecure!\n2026-02-26 13:27:10.784 | Secret value set\n```\n\n... LATER\n\n2026-02-26 13:38:45.008 | Secret 2c2d24f8-12b9-4dfb-a9a4-9bd57f45a6ab created\n2026-02-26 13:38:45.008 | \n2026-02-26 13:38:45.019 | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/cephadm:import_libvirt_secret_ceph:714 :   sudo virsh secret-set-value --secret 2c2d24f8-12b9-4dfb-a9a4-9bd57f45a6ab --base64 AQDgTKBpHfyuIBAADu7UaeV5uH8Uos1i5iPaQQ\u003d\u003d\n2026-02-26 13:38:45.059 | error: Passing secret value as command-line argument is insecure!\n2026-02-26 13:38:45.062 | Secret value set\n2026-02-26 13:38:45.062 | \nso the secret that is missing in the contorers nova.conf is the secret that is sotred on the compute node and uses by ceph tehre.\n\ni wonder if there is something diffent about hte nodeset used in devstack-plugin-ceph-tempest-py3","commit_id":"787c230b86e5c5b0487fc148eca8e3faa780af85"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"8c4e9deb43b28894ba4d4d93a5549e503411f83f","unresolved":true,"context_lines":[{"line_number":778,"context_line":"        LIBVIRT_TYPE: qemu"},{"line_number":779,"context_line":""},{"line_number":780,"context_line":"- job:"},{"line_number":781,"context_line":"    name: nova-ceph-multistore"},{"line_number":782,"context_line":"    parent: devstack-plugin-ceph-tempest-py3"},{"line_number":783,"context_line":"    nodeset: nova-2-node-nested-debian"},{"line_number":784,"context_line":"    description: |"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"2152a37c_70a2cd10","line":781,"in_reply_to":"5fe90c6c_38f3bf81","updated":"2026-02-26 16:38:54.000000000","message":"nope it was using https://github.com/openstack/devstack/blob/master/.zuul.yaml#L397\nwhich is what i copy pasted to create the new nodestes above.\n\nwhich means this","commit_id":"787c230b86e5c5b0487fc148eca8e3faa780af85"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"8c4e9deb43b28894ba4d4d93a5549e503411f83f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"0fc40321_45618c67","updated":"2026-02-26 16:38:54.000000000","message":"this can wait till after FF","commit_id":"787c230b86e5c5b0487fc148eca8e3faa780af85"}]}
