Coder Social home page Coder Social logo

anabot's People

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

anabot's Issues

Handling of storage error dialog doesn't work

The current handler for storage error dialog (displayed on the Welcome screen e. g. when two volume groups with identical names are found) doesn't work with current (RHEL-8+) dialog.

The text it looks for has changed, plus the reason of failure is not present in the heading, but in the error description.

What has to be done:

  • Update the text in the heading of the dialg Anabot is looking for, don't use string formatting for RHEL-8+ to substitute the particular error as it's not present in the text anymore.
  • Fix how the exact error (e. g. multiple LVM volume groups with the same name) is be checked, look for the text at the beginning of the error message text in the lower part of the dialog.

`<select ... required="yes" />` ignores non-existing mountpoints

Consider the following recipe:

<ez:installation xmlns:ez="http://fedoraproject.org/anaconda/anabot/recipe/tiny/1">
  <ez:hub>
    <partitioning>
      <disk name="*" action="select" />
      <mode mode="manual" />
      <done />
      <advanced>
        <autopart />
        <select mountpoint="Foo" required="yes" />
        <done />
        <summary />
      </advanced>
    </partitioning>
  </ez:hub>
</ez:installation>

I would expect the recipe to fail as <autopart /> does not create any mountpoint named "Foo" so it cannot be selected. However, Anabot silently ignores the fact the mountpoint does not exists and continues the installation. The same behavior occures after using <add> element.

When there is no <autopart /> or <add> element prior to the <select ...>, Anabot reports failure, exactly as expected.

I'm using latest Anabot from the main branch (commit d1077a3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.