Revisions of multipath-tools

buildservice-autocommit accepted request 298598 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 90)
baserev update by copy to link target
Hannes Reinecke's avatar Hannes Reinecke (hreinecke) accepted request 298597 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 89)
- Remove 'udev_sync' argument from dm_simplecmd (bsc#903001)
- Ensure multipathd is started before systemd-udev-trigger

- Only import ID_FS_XXX variables if not set (bsc#909358)
- Fixup regular expression for HP MSA 2040 (bsc#920189)

- Add dependency on systemd-udevd.service (bsc#903001)
- Use ALUA for HP 3PAR (bsc#922105)
- Add DX8700 S3 and DX8900 S3 defaults (bsc#921703)
- Load all device handler modules on startup (bsc#908529)

- libmultipath: make vpd page 0x80 optional (bsc#917963)
- Add HP MSA 2040 to the hardware table (bsc#920189)
- Revert 'Skip unhandled device types' (bsc#917701)

- skip uninitialized devices during reconfiguration (bnc#908915)
- memory overflow when printing help text (bnc#909742)

- Do not automatically fall back to vpd uid generation
- Improve vpd parsing
- multipathd: trigger all devices on startup (bnc#901465)
- Unset 'uid_attribute' on failure

- libmultipath: Fall back to SG_IO if no UID could be assigned
  (bnc#908915)
- Assign local priority for NAA VPD descriptor (bnc#907483)
- libmultipath: finally fix dev_loss_tmo setting (bnc#889927)
- libmultipath: Do not use 'sscanf' for parsing integers (bnc#889927)
- devmapper: do not flush I/O for DM_DEVICE_CREATE (bnc#901809)
- kpartx: handle more than 256 loop devices (bnc#898427)
buildservice-autocommit accepted request 252832 from Robert Milasan's avatar Robert Milasan (rmilasan) (revision 88)
baserev update by copy to link target
Robert Milasan's avatar Robert Milasan (rmilasan) accepted request 252448 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 87)
- Allow empty revision during discovery (bnc#896864)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 250597 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 86)
- Really fix segfault in recv_packet (bnc#896678)
buildservice-autocommit accepted request 250061 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 85)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 249941 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 84)
- Fix segfault in recv_packet (bnc#896678)

- Fixup segfault due to double unlock
- Skip USB devices during discovery (bnc#865577)
- Ignore devices when sysfs_get_tgt_nodename fails (bnc#865577)
- Use sysfs attribute vpd_pg80 to read serial number

- Create rcmultipathd links (bnc#894513)
- multipathd: fix segfault in checkerloop() (bnc#894513)
- Use regenerate_posttrans rpm macros (bnc#892181)
buildservice-autocommit accepted request 247482 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 83)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 247261 from Thomas Renninger's avatar Thomas Renninger (trenn) (revision 82)
- Do not call mkinitrd in rpm macros directly, make use of
  %{?regenerate_initrd_posttrans} and %{?regenerate_initrd_post}
  instead to avoid rebuilding of initrd for each package that
  needs initrd recreation. Only update initrd once per install/update
  if needed
buildservice-autocommit accepted request 247116 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 81)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 246803 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 80)
- Fixup segfault during uev_path_add() (bnc#892214)
buildservice-autocommit accepted request 245612 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 79)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 245558 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 78)
- Revert to ACT_RELOAD in domap() if the map exists
- multipathd: asynchronous configuration (bnc#891189)
- multipathd: timeout CLI commands when waiting for lock
  (bnc#891189)
- Remove dm_udev_XXX wrapper functions
- uxlsnr: use typedef for trigger function
- multipathd: lock cli client list
- multipathd: Use standard lists for CLI handling

- Use strlen() when checking for valid wwid
- kpartx: zero out cookie (bnc#890902)
- multipathd: Check for empty wwid when processing events
  (bnc#892214)

- Fixup device-mapper cookie handling yet again (bnc#890902)
- Allow zero-sized devices during configuration
- multipathd: issue warning on CLI command timeout (bnc#891189)

- Do not remove paths without uevent (bnc#890998)

- Fixup structure misalignment in config.h (bnc#890747)
- Do not print empty multipaths section
- Fixup 'uxsock_timeout' handling
- Reload map if reinstate failed (bnc#890854)

- Close memory leak in print_multipath_topology
- Implement 'uxsock_timeout' keyword (bnc#890551)
- Return error when receiving CLI packet (bnc#890551)
- multipath: do not print state 'orphan' for option '-l' (bnc#890551)
- Fix race conditions during uevent processing (bnc#890994)
buildservice-autocommit accepted request 243964 from Robert Milasan's avatar Robert Milasan (rmilasan) (revision 77)
baserev update by copy to link target
Robert Milasan's avatar Robert Milasan (rmilasan) accepted request 243670 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 76)
- Skip unhandled device types (bnc#881125)
- use 'uid_attribute' per default when generating WWID (bnc#881125)
- Use a default dev_loss_tmo of 600 (bnc#889927)
- Fixup device-mapper 'cookie' handling (bnc#886743)
- Remove last argument from verify_paths()
- Add paths with a size of '0' as 'ghost' paths
- Remove sysfs_get_dev()
- Use glibc 'major' and 'minor' macros
- Whitespace cleanup in mpath_persist
buildservice-autocommit accepted request 242747 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 75)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 242738 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 74)
- Fixup wrong check for errno in uevent_listen()
  (bnc#889165)
- Terminate uevent listener on ppoll() error (bnc#889165)
buildservice-autocommit accepted request 242171 from Robert Milasan's avatar Robert Milasan (rmilasan) (revision 73)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 242290 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 72)
- Patches from upstream:
  * enable gcc format-security check
  * Accept "*" as a valid regular expression
  * check info.exists to get valid value
  * Don't forget to reload table when both reload and rename
    is required
  * libmultipath: Simplify read_line()
  * libmultipath: Zero-terminate sysfs_attr_get_value() result
  * libmultipath: Print line number for which parsing failed
  * libmultipath: Accept "*" as a valid regular expression
  * multipath: Wrong sysfs attribute used for iSCSI settings
    (bnc#883808)
- Check for valid DM_DEVICE_INFO before proceeding
  (bnc#888453)
- Scalability fixes (bnc#880356):
  * Separate out uevent parsing functions
  * Use poll() when receiving uevents
  * multipathd: push down lock in checkerloop()
  * Allow specific CLI commands to run unlocked
  * Push down vector lock during uevent processing
Robert Milasan's avatar Robert Milasan (rmilasan) accepted request 241989 from Hannes Reinecke's avatar Hannes Reinecke (hreinecke) (revision 71)
- recovery_tmo for iSCSI sessions not updated (bnc#883808)
- Only filter for udev property if uid_attribute is present
- Read wwid from sysfs vpg_pg83 attribute
- Update multipath.conf.5 to clarify wwid generation
- kpartx: Fixup persistent name generation (bnc#887582)
- Revert 'return PATH_DOWN for quiesced paths'
- Do not treat 'transport-offline' paths as 'offline' (bnc#888378)

- multipath: Check for running daemon when called with '-u'
  (bnc#886154)
Displaying revisions 261 - 280 of 350
openSUSE Build Service is sponsored by