CINXE.COM

Bugs : masakari

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/masakari/+bugs" /> <meta charset="UTF-8" /> <title>Bugs : masakari</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/masakari/latest-bugs.atom" title="Latest Bugs for masakari" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/revaa29ae0fff49e4e804b39147c9f259d2fb023199/combo.css" /> <meta name="description" content="Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically recover the KVM-based Virtual Machine(VM)s from failure events such as VM process down, provisioning process down, and nova-compute host failure. Also provides API service to manage and control the automated rescue mechanism. This is the main project that provides the HTTP API service (WSGI application) and engine service that processes the registered notifications. Other relevant ..." /> <meta property="og:description" content="Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically recover the KVM-based Virtual Machine(VM)s from failure events such as VM process down, provisioning process down, and nova-compute host failure. Also provides API service to manage and control the automated rescue mechanism. This is the main project that provides the HTTP API service (WSGI application) and engine service that processes the registered notifications. Other relevant ..." /> <meta property="og:title" content="Bugs : masakari" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/masakari/+bugs" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?lp/', comboBase: '/+combo/revaa29ae0fff49e4e804b39147c9f259d2fb023199/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { Y.on('domready', function() { Y.lp.registry.structural_subscription.setup( {content_box: "#structural-subscription-content-box"}); }); }); </script> <script type="text/javascript"> LPJS.use('lp.bugs.buglisting', function(Y) { Y.on('domready', function() { var view = new Y.lp.bugs.buglisting.TableView({ active_sort_key: LP.cache.order_by, sort_keys: LP.cache.sort_keys }); view.render(); }) }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/masakari/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/masakari"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/masakari">masakari</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/masakari">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/masakari">Code</a></li> <li class="bugs active"><span>Bugs</span></li> <li class="specifications"><a href="https://blueprints.launchpad.net/masakari">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/masakari">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/masakari">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <div> <div id="bugs-search-form" class="dynamic_bug_listing" action=""> <form method="get" name="search" class="primary search dynamic_bug_listing" action=""> <p> <input class="textType" id="field.searchtext" name="field.searchtext" size="20" type="text" value="" /> <input type="submit" name="search" value="Search" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="NEW" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITH_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITHOUT_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="CONFIRMED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="TRIAGED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INPROGRESS" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="FIXCOMMITTED" /> <input class="hiddenType" id="field.assignee" name="field.assignee" type="hidden" value="" /> <input class="hiddenType" id="field.bug_reporter" name="field.bug_reporter" type="hidden" value="" /> <input class="hiddenType" id="field.omit_dupes" name="field.omit_dupes" type="hidden" value="on" /> <input class="hiddenType" id="field.has_patch" name="field.has_patch" type="hidden" value="" /> <input class="hiddenType" id="field.has_no_package" name="field.has_no_package" type="hidden" value="" /> <a href="?advanced=1">Advanced search</a> </p> <p id="also-in-ubuntu"> Ubuntu also tracks bugs for packages derived from this project: <span style="white-space: nowrap"><a href="/ubuntu/+source/masakari" class="sprite package-source">masakari in Ubuntu</a></span>. </p> <div> </div> </form> </div> <div id="bugs-table-listing"> <div class="lesser"><table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>34</strong> of 34 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> <div id="bugs-orderby"></div> <div id="client-listing"><div class="listing"> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1882656</span> <a href="https://bugs.launchpad.net/masakari/+bug/1882656" class="bugtitle">Cannot issue &quot;openstack notification show &lt;uuid&gt;&quot;</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">34</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1883465</span> <a href="https://bugs.launchpad.net/masakari/+bug/1883465" class="bugtitle">Masakari fails to evacuate instance when nova-compute is not down already</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">40</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1918465</span> <a href="https://bugs.launchpad.net/masakari/+bug/1918465" class="bugtitle">Handling of taskflow persistence is unfriendly</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceMEDIUM"> Medium </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1928793</span> <a href="https://bugs.launchpad.net/masakari/+bug/1928793" class="bugtitle">wait too long before instances evacuate</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1646357</span> <a href="https://bugs.launchpad.net/masakari/+bug/1646357" class="bugtitle">When unsupported microversion requested, a microversion header returned with unsupported version</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1738340</span> <a href="https://bugs.launchpad.net/masakari/+bug/1738340" class="bugtitle">When no reserved_host available, nova-compute service on failed host remains enabled</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1782516</span> <a href="https://bugs.launchpad.net/masakari/+bug/1782516" class="bugtitle">Failed to recover paused instance</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusCONFIRMED"> Confirmed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1803610</span> <a href="https://bugs.launchpad.net/masakari/+bug/1803610" class="bugtitle">masakari installl docs are not published</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">22</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1815718</span> <a href="https://bugs.launchpad.net/masakari/+bug/1815718" class="bugtitle">masakari should ignore notification when host status is &quot;UNKNOWN&quot;</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1840747</span> <a href="https://bugs.launchpad.net/masakari/+bug/1840747" class="bugtitle">relax api payload and accept custom input</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1840781</span> <a href="https://bugs.launchpad.net/masakari/+bug/1840781" class="bugtitle">For multiple choices response, links displayed incorrect URL</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1854903</span> <a href="https://bugs.launchpad.net/masakari/+bug/1854903" class="bugtitle">masakariclient not supporting filter parameters for multiple times</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1870305</span> <a href="https://bugs.launchpad.net/masakari/+bug/1870305" class="bugtitle">instance evacuates across segments</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">24</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1879459</span> <a href="https://bugs.launchpad.net/masakari/+bug/1879459" class="bugtitle">instance brain split after evacuation</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1884291</span> <a href="https://bugs.launchpad.net/masakari/+bug/1884291" class="bugtitle">host aggregates affecting on_maintenance status of hosts in a failover segment</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1953707</span> <a href="https://bugs.launchpad.net/masakari/+bug/1953707" class="bugtitle">query notifications by status return null</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1966538</span> <a href="https://bugs.launchpad.net/masakari/+bug/1966538" class="bugtitle">Install and configure for Ubuntu in masakari- typo in db connection </a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1975754</span> <a href="https://bugs.launchpad.net/masakari/+bug/1975754" class="bugtitle">EvacuateInstanceTask fails with IndexError: list index out of range</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1975810</span> <a href="https://bugs.launchpad.net/masakari/+bug/1975810" class="bugtitle">Masakari trying to evacuate instances on a running host</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1977692</span> <a href="https://bugs.launchpad.net/masakari/+bug/1977692" class="bugtitle">masakari-hostmonitor error </a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1987013</span> <a href="https://bugs.launchpad.net/masakari/+bug/1987013" class="bugtitle">assertDictContainsSubset is deprecated since Python3.2</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1991287</span> <a href="https://bugs.launchpad.net/masakari/+bug/1991287" class="bugtitle">[kolla-ansible][wallaby][masakari] - Instance HA is not working [ERROR] - Host with name &lt;xxxx&gt; could not be found</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1995768</span> <a href="https://bugs.launchpad.net/masakari/+bug/1995768" class="bugtitle">Unit tests rely on non-deterministic ordering</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2012194</span> <a href="https://bugs.launchpad.net/masakari/+bug/2012194" class="bugtitle">Instance don&#x27;t recover on same segment</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2017867</span> <a href="https://bugs.launchpad.net/masakari/+bug/2017867" class="bugtitle">Mistake in masakari installation guide</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2023464</span> <a href="https://bugs.launchpad.net/masakari/+bug/2023464" class="bugtitle">Fail evacuate flow with deleted VM</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2028450</span> <a href="https://bugs.launchpad.net/masakari/+bug/2028450" class="bugtitle">Masakari creates two notifications on host failure</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2058154</span> <a href="https://bugs.launchpad.net/masakari/+bug/2058154" class="bugtitle">Cannot add a node to the segment</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2058651</span> <a href="https://bugs.launchpad.net/masakari/+bug/2058651" class="bugtitle">Masakari with Consul attribute error</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2064493</span> <a href="https://bugs.launchpad.net/masakari/+bug/2064493" class="bugtitle">tox -egenconfig fails in ubuntu 22.04</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <span alt="haspatch" title="Has a patch" class="sprite haspatch-icon"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2068917</span> <a href="https://bugs.launchpad.net/masakari/+bug/2068917" class="bugtitle">DB Sync fails while upgrading from 2023.2 to 2024.1</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">18</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2077417</span> <a href="https://bugs.launchpad.net/masakari/+bug/2077417" class="bugtitle">rabbitmq versioned_notifications.info queue grows with no consumer</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2087915</span> <a href="https://bugs.launchpad.net/masakari/+bug/2087915" class="bugtitle">[barbican] Encrypted volume evacuation fails during Masakari HA process due to insufficient permissions</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#2099888</span> <a href="https://bugs.launchpad.net/masakari/+bug/2099888" class="bugtitle">Instance I/O Error After succesfuly auto evacuate</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> masakari </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> </div> </div> <script>LP.mustache_listings = "\u003cdiv class=\"listing\"\u003e\n{{#items}}\n \u003cdiv class=\"buglisting-row\"\u003e\n\n \u003cdiv class=\"buglisting-col1\"\u003e\n {{#show_importance}}\n \u003cdiv class=\"importance {{importance_class}}\"\u003e\n {{importance}}\n \u003c/div\u003e\n {{/show_importance}}\n {{#show_status}}\n \u003cdiv class=\"status {{status_class}}\"\u003e\n {{status}}\n \u003c/div\u003e\n {{/show_status}}\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_information_type}}\n \u003cdiv class=\"information_type\"\u003e\n {{information_type}}\n \u003c/div\u003e\n {{/show_information_type}}\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"buglisting-col2\"\u003e\n \u003cdiv class=\"buginfo\"\u003e\n {{#show_id}}\n \u003cspan class=\"bugnumber\"\u003e#{{id}}\u003c/span\u003e\n {{/show_id}}\n \u003ca href=\"{{bug_url}}\" class=\"bugtitle\"\u003e{{title}}\u003c/a\u003e\n \u003c/div\u003e\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_targetname}}\n \u003cspan class=\"{{bugtarget_css}} field\"\u003e\n {{bugtarget}}\n \u003c/span\u003e\n {{/show_targetname}}\n {{#show_milestone_name}}\n \u003cspan class=\"sprite milestone field\"\u003e\n {{#milestone_name}}\n {{milestone_name}}\n {{/milestone_name}}\n {{^milestone_name}}\n No milestone set\n {{/milestone_name}}\n \u003c/span\u003e\n {{/show_milestone_name}}\n {{#show_date_last_updated}}\n \u003cspan class=\"sprite milestone field\"\u003e\n Last updated {{last_updated}}\n \u003c/span\u003e\n {{/show_date_last_updated}}\n {{#show_assignee}}\n \u003cspan class=\"sprite person field\"\u003e\n {{#assignee}}Assignee: {{assignee}}{{/assignee}}\n {{^assignee}}Assignee: None{{/assignee}}\n \u003c/span\u003e\n {{/show_assignee}}\n {{#show_reporter}}\n \u003cspan class=\"sprite person field\"\u003e\n Reporter: {{reporter}}\n \u003c/span\u003e\n {{/show_reporter}}\n {{#show_datecreated}}\n \u003cspan class=\"sprite aging field\"\u003e\n {{age}}\n \u003c/span\u003e\n {{/show_datecreated}}\n {{#show_tag}}\n \u003cspan class=\"field\"\u003eTags:\n {{^has_tags}}None{{/has_tags}}\n {{#tags}}\n \u003ca href=\"{{url}}\" class=\"tag\"\u003e{{tag}}\u003c/a\u003e\u0026#160;\n {{/tags}}\n \u003c/span\u003e\n {{/show_tag}}\n {{#show_heat}}\n \u003cspan class=\"bug-heat-icons\"\u003e\n {{{bug_heat_html}}}\n \u003c/span\u003e\n {{/show_heat}}\n \u003cspan class=\"bug-related-icons\"\u003e\n {{{badges}}}\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003c/div\u003e\n{{/items}}\n\u003c/div\u003e\n";</script> <div class="lesser"><table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> &rarr; <strong>34</strong> of 34 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="bug-portlets"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="first"> <a href="+filebug" class="menu-link-filebug sprite bugs"> Report a bug </a> </li> </ul> </div> <div class="portlet"> <ul> </ul> </div> <div class="portlet"> <ul> </ul> <dl id="bug-supervisor"> <dt>Bug supervisor:</dt> <dd> <a href="https://launchpad.net/~masakari-bugs" class="sprite team">masakari-bugs</a> </dd> </dl> </div> <div class="portlet" id="portlet-bugfilters"> <a id="bugtarget-bugfilters-link" href="/masakari/+bugtarget-portlet-bugfilters-stats"> </a> <div id="bugfilters-portlet-content"> <ul class="data-list"> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.status=New"> New bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/masakari/+bugs"> Open bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.status=In+Progress"> In-progress bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.importance=Critical&amp;field.status=New&amp;field.status=Incomplete&amp;field.status=Confirmed&amp;field.status=Triaged&amp;field.status=In+Progress&amp;field.status=Fix+Committed"> Critical bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&amp;field.importance=High&amp;field.status=New&amp;field.status=Incomplete&amp;field.status=Confirmed&amp;field.status=Triaged&amp;field.status=In+Progress&amp;field.status=Fix+Committed"> High importance bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/masakari/+expirable-bugs"> Incomplete bugs </a> (can expire) </li> <li class="breaker"></li> <li class="breaker"></li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/masakari/+bugs?field.status_upstream=resolved_upstream"> Bugs fixed elsewhere </a> </li> <li> <span class="count"></span> <a href="/masakari/+patches"> Bugs with patches </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/masakari/+bugs?field.has_cve=on"> Open CVE bugs </a> <span> - <a href="/masakari/+cve"> CVE reports </a> </span> </li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', function(Y) { Y.on('domready', function() { var url = Y.one('#bugtarget-bugfilters-link').getAttribute('href'); var handlers = { success: function(transactionid, response, arguments) { Y.one('#bugfilters-portlet-content').set( 'innerHTML', response.responseText); }, failure: function() { Y.one('#bugfilters-portlet-content').set('innerHTML', ''); } }; var request = Y.io(url, {on: handlers}); }); }); </script> </div> <div class="portlet" id="portlet-tags"> <div id="tags-portlet-spinner" class="hidden centered"> <img src="/@@/spinner" /> </div> <a id="tags-content-link" href="/masakari/+bugtarget-portlet-tags-content"></a> <script type="text/javascript"> LPJS.use('lp.bugs.bugtask.taglist', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask.taglist.setup_taglist(); }); }); </script> <a href="" id="show-more-tags-link" class="js-action hidden">Show more tags&hellip;</a> <a href="" id="show-fewer-tags-link" class="js-action hidden">Show fewer tags&hellip;</a> <div class="breaker"></div> </div> <div class="portlet" id="portlet-release-critical-bugs"> <h2>Series-targeted bugs</h2> <ul class="data-list"> <li> <span class="count">4</span> <a href="https://bugs.launchpad.net/masakari/train/+bugs">train</a> </li> <li> <span class="count">5</span> <a href="https://bugs.launchpad.net/masakari/ussuri/+bugs">ussuri</a> </li> <li> <span class="count">4</span> <a href="https://bugs.launchpad.net/masakari/victoria/+bugs">victoria</a> </li> <li> <span class="count">1</span> <a href="https://bugs.launchpad.net/masakari/wallaby/+bugs">wallaby</a> </li> </ul> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; aa29ae0 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {"bugs.dynamic_bug_listings.pre_fetch": {"is_beta": false, "title": "Listing pre-fetching", "url": "https://bugs.launchpad.net/launchpad/+bug/888756", "value": null}}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "masakari", "url": "https://launchpad.net/masakari"}, "view_name": "+bugs", "mustache_model": {"items": [{"age": "4 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1882656", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e34\u003c/span\u003e", "badges": "", "id": 1882656, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2021-02-02", "milestone_name": null, "reporter": "Liam Young", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Cannot issue \"openstack notification show \u003cuuid\u003e\"", "has_tags": false}, {"age": "4 years old", "assignee": "suzhengwei", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1883465", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e40\u003c/span\u003e", "badges": "", "id": 1883465, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2024-12-13", "milestone_name": null, "reporter": "suzhengwei", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "Masakari fails to evacuate instance when nova-compute is not down already", "has_tags": false}, {"age": "3 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1918465", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1918465, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2021-03-10", "milestone_name": null, "reporter": "Rados\u0142aw Piliszek", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Handling of taskflow persistence is unfriendly", "has_tags": false}, {"age": "3 years old", "assignee": "suzhengwei", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1928793", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 1928793, "importance": "Medium", "importance_class": "importanceMEDIUM", "information_type": "Public", "last_updated": "on 2021-08-24", "milestone_name": null, "reporter": "suzhengwei", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "wait too long before instances evacuate", "has_tags": false}, {"age": "8 years old", "assignee": "Dinesh Bhor", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1646357", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1646357, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2018-12-20", "milestone_name": null, "reporter": "Alex Xu", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [{"url": "https://bugs.launchpad.net/masakari/+bugs/?field.tag=api", "tag": "api"}], "title": "When unsupported microversion requested, a microversion header returned with unsupported version", "has_tags": true}, {"age": "7 years old", "assignee": "takahara.kengo", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1738340", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1738340, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2018-01-04", "milestone_name": null, "reporter": "takahara.kengo", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "When no reserved_host available, nova-compute service on failed host remains enabled", "has_tags": false}, {"age": "6 years old", "assignee": "takahara.kengo", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1782516", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 1782516, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2018-07-25", "milestone_name": null, "reporter": "Rikimaru Honjo", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "Failed to recover paused instance", "has_tags": false}, {"age": "6 years old", "assignee": "Arthur Dayne", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1803610", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e22\u003c/span\u003e", "badges": "", "id": 1803610, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2019-07-11", "milestone_name": null, "reporter": "panic!", "status": "Confirmed", "status_class": "statusCONFIRMED", "tags": [], "title": "masakari installl docs are not published", "has_tags": false}, {"age": "6 years old", "assignee": "Lucas hua", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1815718", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1815718, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2019-02-13", "milestone_name": null, "reporter": "Lucas hua", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "masakari should ignore notification when host status is \"UNKNOWN\"", "has_tags": false}, {"age": "5 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1840747", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1840747, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2019-08-27", "milestone_name": null, "reporter": "norman shen", "status": "New", "status_class": "statusNEW", "tags": [], "title": "relax api payload and accept custom input", "has_tags": false}, {"age": "5 years old", "assignee": "Shilpa Devharakar", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1840781", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1840781, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2019-08-20", "milestone_name": null, "reporter": "Shilpa Devharakar", "status": "New", "status_class": "statusNEW", "tags": [], "title": "For multiple choices response, links displayed incorrect URL", "has_tags": false}, {"age": "5 years old", "assignee": "Shilpa Devharakar", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1854903", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1854903, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2020-02-13", "milestone_name": null, "reporter": "Shilpa Devharakar", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "masakariclient not supporting filter parameters for multiple times", "has_tags": false}, {"age": "4 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1870305", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e24\u003c/span\u003e", "badges": "", "id": 1870305, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2022-04-13", "milestone_name": null, "reporter": "suzhengwei", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/masakari/+bugs/?field.tag=sts", "tag": "sts"}], "title": "instance evacuates across segments", "has_tags": true}, {"age": "4 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1879459", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1879459, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2020-05-19", "milestone_name": null, "reporter": "suzhengwei", "status": "New", "status_class": "statusNEW", "tags": [], "title": "instance brain split after evacuation", "has_tags": false}, {"age": "4 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1884291", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 1884291, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2020-06-23", "milestone_name": null, "reporter": "Syed Mohammad Adnan Karim", "status": "New", "status_class": "statusNEW", "tags": [], "title": "host aggregates affecting on_maintenance status of hosts in a failover segment", "has_tags": false}, {"age": "3 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1953707", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1953707, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2021-12-09", "milestone_name": null, "reporter": "suzhengwei", "status": "New", "status_class": "statusNEW", "tags": [], "title": "query notifications by status return null", "has_tags": false}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1966538", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1966538, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2022-03-26", "milestone_name": null, "reporter": "Nikolay Fedorov", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Install and configure for Ubuntu in masakari- typo in db connection ", "has_tags": false}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1975754", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1975754, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2022-05-26", "milestone_name": null, "reporter": "Pedro Castillo", "status": "New", "status_class": "statusNEW", "tags": [], "title": "EvacuateInstanceTask fails with IndexError: list index out of range", "has_tags": false}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1975810", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1975810, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-05-12", "milestone_name": null, "reporter": "Diko Parvanov", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Masakari trying to evacuate instances on a running host", "has_tags": false}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1977692", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1977692, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-01-18", "milestone_name": null, "reporter": "parsa", "status": "New", "status_class": "statusNEW", "tags": [], "title": "masakari-hostmonitor error ", "has_tags": false}, {"age": "2 years old", "assignee": "Wenping Song", "bug_url": "https://bugs.launchpad.net/masakari/+bug/1987013", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1987013, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2024-09-14", "milestone_name": null, "reporter": "Wenping Song", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "assertDictContainsSubset is deprecated since Python3.2", "has_tags": false}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1991287", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1991287, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-07-24", "milestone_name": null, "reporter": "Nilesh", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/masakari/+bugs/?field.tag=masakari", "tag": "masakari"}], "title": "[kolla-ansible][wallaby][masakari] - Instance HA is not working [ERROR] - Host with name \u003cxxxx\u003e could not be found", "has_tags": true}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/1995768", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1995768, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2022-11-05", "milestone_name": null, "reporter": "Tony Breeds", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Unit tests rely on non-deterministic ordering", "has_tags": false}, {"age": "1 year old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2012194", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2012194, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-04-07", "milestone_name": null, "reporter": "Khoi", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/masakari/+bugs/?field.tag=masakari", "tag": "masakari"}, {"url": "https://bugs.launchpad.net/masakari/+bugs/?field.tag=nova", "tag": "nova"}], "title": "Instance don't recover on same segment", "has_tags": true}, {"age": "1 year old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2017867", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2017867, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-04-27", "milestone_name": null, "reporter": "\u003cemail address hidden\u003e", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Mistake in masakari installation guide", "has_tags": false}, {"age": "1 year old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2023464", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2023464, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-06-11", "milestone_name": null, "reporter": "VO LE HUY", "status": "New", "status_class": "statusNEW", "tags": [{"url": "https://bugs.launchpad.net/masakari/+bugs/?field.tag=not-found-resource-before-evacuate", "tag": "not-found-resource-before-evacuate"}], "title": "Fail evacuate flow with deleted VM", "has_tags": true}, {"age": "1 year old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2028450", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2028450, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2023-07-23", "milestone_name": null, "reporter": "yosef", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Masakari creates two notifications on host failure", "has_tags": false}, {"age": "345 days old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2058154", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 2058154, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2024-03-18", "milestone_name": null, "reporter": "aktong", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Cannot add a node to the segment", "has_tags": false}, {"age": "341 days old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2058651", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2058651, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2024-10-07", "milestone_name": null, "reporter": "James Law", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Masakari with Consul attribute error", "has_tags": false}, {"age": "300 days old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2064493", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003cspan alt=\"haspatch\" title=\"Has a patch\" class=\"sprite haspatch-icon\"\u003e\u003c/span\u003e", "id": 2064493, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2024-05-05", "milestone_name": null, "reporter": "farsheed ahmadian", "status": "New", "status_class": "statusNEW", "tags": [], "title": "tox -egenconfig fails in ubuntu 22.04", "has_tags": false}, {"age": "260 days old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2068917", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e18\u003c/span\u003e", "badges": "", "id": 2068917, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2024-08-15", "milestone_name": null, "reporter": "Maximilian Sesterhenn", "status": "New", "status_class": "statusNEW", "tags": [], "title": "DB Sync fails while upgrading from 2023.2 to 2024.1", "has_tags": false}, {"age": "189 days old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2077417", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 2077417, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2024-08-20", "milestone_name": null, "reporter": "Przemys\u0142aw Kuczy\u0144ski", "status": "New", "status_class": "statusNEW", "tags": [], "title": "rabbitmq versioned_notifications.info queue grows with no consumer", "has_tags": false}, {"age": "105 days old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2087915", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2087915, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2024-11-13", "milestone_name": null, "reporter": "DongHun, Kim", "status": "New", "status_class": "statusNEW", "tags": [], "title": "[barbican] Encrypted volume evacuation fails during Masakari HA process due to insufficient permissions", "has_tags": false}, {"age": "1 day old", "assignee": null, "bug_url": "https://bugs.launchpad.net/masakari/+bug/2099888", "bugtarget": "masakari", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 2099888, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2025-02-24", "milestone_name": null, "reporter": "faizalsatrio", "status": "New", "status_class": "statusNEW", "tags": [], "title": "Instance I/O Error After succesfuly auto evacuate", "has_tags": false}]}, "next": null, "prev": null, "total": 34, "forwards": true, "last_start": 0, "memo": null, "start": 0, "field_visibility": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "field_visibility_defaults": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "cbl_cookie_name": "anon-buglist-fields", "order_by": "-importance", "sort_keys": [["importance", "Importance", "desc"], ["status", "Status", "asc"], ["information_type", "Information Type", "asc"], ["id", "Number", "desc"], ["title", "Title", "asc"], ["targetname", "Package/Project/Series name", "asc"], ["milestone_name", "Milestone", "asc"], ["date_last_updated", "Date last updated", "desc"], ["assignee", "Assignee", "asc"], ["reporter", "Reporter", "asc"], ["datecreated", "Age", "desc"], ["tag", "Tags", "asc"], ["heat", "Heat", "desc"], ["date_closed", "Date closed", "desc"], ["dateassigned", "Date when the bug task was assigned", "desc"], ["number_of_duplicates", "Number of duplicates", "desc"], ["latest_patch_uploaded", "Date latest patch uploaded", "desc"], ["message_count", "Number of comments", "desc"], ["milestone", "Milestone ID", "desc"], ["task", "Bug task ID", "desc"], ["users_affected_count", "Number of affected users", "desc"]], "context": {"self_link": "https://bugs.launchpad.net/api/devel/masakari", "web_link": "https://launchpad.net/masakari", "resource_type_link": "https://bugs.launchpad.net/api/devel/#project", "translations_usage": "Not Applicable", "official_answers": false, "official_blueprints": true, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://bugs.launchpad.net/api/devel/masakari/all_specifications", "valid_specifications_collection_link": "https://bugs.launchpad.net/api/devel/masakari/valid_specifications", "bug_reporting_guidelines": null, "content_templates": null, "bug_reported_acknowledgement": null, "official_bug_tags": [], "recipes_collection_link": "https://bugs.launchpad.net/api/devel/masakari/recipes", "webhooks_collection_link": "https://bugs.launchpad.net/api/devel/masakari/webhooks", "bug_supervisor_link": "https://bugs.launchpad.net/api/devel/~masakari-bugs", "active_milestones_collection_link": "https://bugs.launchpad.net/api/devel/masakari/active_milestones", "all_milestones_collection_link": "https://bugs.launchpad.net/api/devel/masakari/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "masakari", "icon_link": "https://bugs.launchpad.net/api/devel/masakari/icon", "logo_link": "https://bugs.launchpad.net/api/devel/masakari/logo", "name": "masakari", "owner_link": "https://bugs.launchpad.net/api/devel/~masakari-drivers", "project_group_link": "https://bugs.launchpad.net/api/devel/openstack", "title": "masakari", "registrant_link": "https://bugs.launchpad.net/api/devel/~sampath-priyankara", "driver_link": "https://bugs.launchpad.net/api/devel/~masakari-drivers", "summary": "Virtual Machine High Availability (VMHA) service for OpenStack", "description": "Masakari provides Virtual Machine High Availability (VMHA) service for OpenStack clouds by automatically recover the KVM-based Virtual Machine(VM)s from failure events such as VM process down, provisioning process down, and nova-compute host failure. Also provides API service to manage and control the automated rescue mechanism. \n\nThis is the main project that provides the HTTP API service (WSGI application) and engine service that processes the registered notifications. Other relevant projects are:\nMasakari Python Client: https://launchpad.net/python-masakariclient\nMasakari Monitors: https://launchpad.net/masakari-monitors\nMasakari Dashboard: https://launchpad.net/masakari-dashboard\n\nOfficial code URL:\nhttps://opendev.org/openstack/masakari\n(mirrors available on GitHub and Launchpad)\n\nLatest docs URL:\nhttps://docs.openstack.org/masakari/latest/\n\nFor questions and discussion:\nIRC: #openstack-masakari on OFTC\nMailing List: openstack-discuss http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss - use and look for the [masakari] tag in the message subject", "date_created": "2016-06-16T04:39:31.161633+00:00", "homepage_url": "https://opendev.org/openstack/masakari", "wiki_url": "https://wiki.openstack.org/wiki/Masakari", "screenshots_url": null, "download_url": "https://tarballs.openstack.org/masakari/", "programming_language": "Python", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://bugs.launchpad.net/api/devel/masakari/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["Apache Licence"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://bugs.launchpad.net/api/devel/masakari/series", "development_focus_link": "https://bugs.launchpad.net/api/devel/masakari/yoga", "releases_collection_link": "https://bugs.launchpad.net/api/devel/masakari/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Git", "http_etag": "\"1e0d38b021ba7ad5895c44aa48f3d5a967b37582-56b7c624569860284d2b40d933449c60fd16229b\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 28 queries/external actions issued in 0.35 seconds Features: {'profiling.enabled': None, 'bugs.dynamic_bug_listings.pre_fetch': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} raa29ae0 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10