cdbe33804a
- rescan_scsi_bus.sh: fix multipath issue when called with -s and without -u (bsc#1215720)
Martin Wilck2023-10-16 09:54:03 +00:00
0b41f17b28
Accepting request 1115859 from Base:System
Ana Guerrero2023-10-06 19:12:42 +00:00
0a85291eed
- udev rules: allow kernel command line overrides with "udev.scsi_id_serial_src=LTVS" and "udev.scsi_symlink_src=LTVS" Try these boot parameters if your system fails to detect SCSI devices after update to sg3_utils 1.48.
Martin Wilck2023-09-28 13:37:08 +00:00
fe2a785e73
- spec file: * fix build dependencies for regenerate_initrd_posttrans * add missing rules file
Martin Wilck2023-09-27 20:47:58 +00:00
230f33c025
- spec file: fix build dependencies for regenerate_initrd_posttrans (bsc#1215772)
Martin Wilck2023-09-27 16:21:26 +00:00
38ce267617
- dracut.conf: add 00-scsi-sg3_config.rules (jsc#PED-6226)
Martin Wilck2023-09-27 15:58:19 +00:00
2aa4598d27
and .SCSI_SYMLINK_SRC in /usr/lib/udev/58-scsi_symlink.rules
Martin Wilck2023-09-21 21:00:18 +00:00
47654e7dc9
- Update to version 1.48 * udev rules: new, configurable scheme for creating symlinks for SCSI devices (jsc#PED-6226) See description of ".SCSI_ID_SERIAL_SRC" /usr/lib/udev/55-scsi-sg3_id.rules * decoding utilities: add -j/--json[=JO] and --js-file=JFN options * sg_sat_datetime: new tool to access date/time on ATA devices using a SAT layer * sg_z_act_query: new tool for sending zone activate/query commands * sg_rem_rest_elem: new tool for removing or restoring elements * sg_write_attr: support for SPC "Write Attirbute" command (for tapes) * sg_ses: swap meaning of -H and -HH, add json support, use e.g. "0:2" for range indicator * sg_rtpg: fix response truncation * sg_decode_sense: add --nodecode option * sg_logs: fix --list and -lll options * sg_modes: improve handling of ZBC disks * sg_inq: add version descriptors from SPC6r08, add --quiet option * sg_vpd: add --sinq_inraw=RFN option * sg_turs: add --timeout= and --ascq= options * sg_requests: add --timeout= option * sg_sat_read_gplog: add --smart and --ppt options * sgp_dd and sgm_dd: add --progress option * sg_dd: add support for accessing NVMe devices via passthrough * Bug fixes and minor fixes - _service: simplify version processing, as we have a clean upstream version again * sg_read_block_limits: fix granularity value, add --mloi option * sg_lib: add sg_ll_read_block_limits_v2(); sg_logs: json work
Martin Wilck2023-09-21 20:53:45 +00:00
af7ea3a366
- Update to version 1.47+4.82fb156: * rescan_scsi_bus.sh: restore numeric ordering of hosts (bsc#1196244)
Martin Wilck2022-02-21 13:09:43 +00:00
543ba6af88
- Update to version 1.47+4.82fb156: * rescan_scsi_bus.sh: restore numeric ordering of hosts (bsc#1196244)
Martin Wilck2022-02-21 13:09:43 +00:00
1804eb01ca
* _service: use openSUSE github repo again (with cherry-picks from upstream) * spec file: suppress commit ID in library version
Martin Wilck2022-01-04 12:08:29 +00:00
56549281f2
* _service: use openSUSE github repo again (with cherry-picks from upstream) * spec file: suppress commit ID in library version
Martin Wilck2022-01-04 12:08:29 +00:00
957afd7b29
- Update to version 1.47+2.388b767: * rescan-scsi-bus.sh: apply fix for '-r' (boo#1194293)
Martin Wilck2022-01-04 11:48:10 +00:00
9c19d5b983
- Update to version 1.47+2.388b767: * rescan-scsi-bus.sh: apply fix for '-r' (boo#1194293)
Martin Wilck2022-01-04 11:48:10 +00:00
aeb368e432
Change source URL to file name to avoid bot reject because of download_files failing
Martin Wilck2021-11-12 08:27:37 +00:00
eb5e637422
Change source URL to file name to avoid bot reject because of download_files failing
Martin Wilck2021-11-12 08:27:37 +00:00
18fc647883
- Update to version 1.47: * sg_rep_zones: add support for REPORT ZONE DOMAINS and REPORT REALMS in this utility * sg_raw: fix prints of NVMe NVM command names * sg_logs: additions to Volume statistics lpage [ssc5r05c] - additions to Command duration limits statistics log page [spc6r06] * sg_vpd: fix do_hex type on some recent pages - zoned block dev char vpd: add zone alignment mode and zone starting LBA granularity [zbc2r11] * sg_read_buffer: fix --length= problem * sg_dd, sgm_dd, sgp_dd: don't close negative file descriptors * sg_dd: srand48_r() and mrand48_r() are GNU libc specific, put conditional in so non-reentrant version used otherwise - 'iflag=00,ff' places the 32 bit block address (big endian) into each block * sgp_dd: major rework, fix issue with error being ignored - new: --chkaddr which checks for block address in each block - add check for stdatomic.h presence in configure.ac * sg_xcopy: tweak CSCD identification descriptor * sg_get_elem_status: fix issue with '--maxlen=' option - add 2 depopulation revocation health attributes [sbc5r01] * transport error handling improved. To fix report of a BAD_TARGET transport error but the utility still continued. - introduce SG_LIB_TRANSPORT_ERROR [35] exit status * several utilities: override '--maxlen=LEN' when LEN is < 16 (or 4), take default (or 4) instead * scripts: 55-scsi-sg3_id.rules remove outdated rule (bsc#1189297) * sg_lib: add sg_scsi_status_is_good(), sg_scsi_status_is_bad() and sg_get_zone_type_str()
Martin Wilck2021-11-11 22:44:28 +00:00
97aa771429
- Update to version 1.47: * sg_rep_zones: add support for REPORT ZONE DOMAINS and REPORT REALMS in this utility * sg_raw: fix prints of NVMe NVM command names * sg_logs: additions to Volume statistics lpage [ssc5r05c] - additions to Command duration limits statistics log page [spc6r06] * sg_vpd: fix do_hex type on some recent pages - zoned block dev char vpd: add zone alignment mode and zone starting LBA granularity [zbc2r11] * sg_read_buffer: fix --length= problem * sg_dd, sgm_dd, sgp_dd: don't close negative file descriptors * sg_dd: srand48_r() and mrand48_r() are GNU libc specific, put conditional in so non-reentrant version used otherwise - 'iflag=00,ff' places the 32 bit block address (big endian) into each block * sgp_dd: major rework, fix issue with error being ignored - new: --chkaddr which checks for block address in each block - add check for stdatomic.h presence in configure.ac * sg_xcopy: tweak CSCD identification descriptor * sg_get_elem_status: fix issue with '--maxlen=' option - add 2 depopulation revocation health attributes [sbc5r01] * transport error handling improved. To fix report of a BAD_TARGET transport error but the utility still continued. - introduce SG_LIB_TRANSPORT_ERROR [35] exit status * several utilities: override '--maxlen=LEN' when LEN is < 16 (or 4), take default (or 4) instead * scripts: 55-scsi-sg3_id.rules remove outdated rule (bsc#1189297) * sg_lib: add sg_scsi_status_is_good(), sg_scsi_status_is_bad() and sg_get_zone_type_str()
Martin Wilck2021-11-11 22:44:28 +00:00