Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport iSCSI initiator name related fixes to RHEL 8 #1146

Commits on Jul 19, 2023

  1. Allow changing iSCSI initiator name after setting it

    Resolves: rhbz#2083139
    vojtechtrefny committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2fc882a View commit details
    Browse the repository at this point in the history
  2. Add a basic test case for the iscsi module

    Related: rhbz#2083139
    vojtechtrefny committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    64f472e View commit details
    Browse the repository at this point in the history
  3. tests: Use blivet-specific prefix for targetcli backing files

    The code is originally from libblockdev hence the "bd" prefix, we
    should use a different prefix for blivet to be able to identify
    which test suite failed to clean the files.
    
    Related: rhbz#2083139
    vojtechtrefny committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    910139f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7b01a9 View commit details
    Browse the repository at this point in the history
  5. tests: Improve iscsi_test.ISCSITestCase

    Changed how we create the initiator name ACLs based on RTT test
    case for rhbz#2084043 and also improved the test case itself.
    
    Related: rhbz#2083139
    vojtechtrefny committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7cc9bb5 View commit details
    Browse the repository at this point in the history