Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 6: * Update tracker: IGNORE, no Bug-Url found * Set MODIFIED::IGNORE, no Bug-Url found. --

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread nsoffer
Nir Soffer has submitted this change and it was merged. Change subject: storage: Move detect_format to new workarounds module .. storage: Move detect_format to new workarounds module The function Image._detect_format is a

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 5: Verified+1 The new module is well tested, and code calling it looks ok, I think this is good

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 5: Code-Review+2 Added the missing __future__ import. -- To view, visit

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 5: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 4: Code-Review-1 (1 comment)

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 4: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread alitke
Adam Litke has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 2: (5 comments) https://gerrit.ovirt.org/#/c/64229/2/vdsm/storage/Makefile.am File

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 3: Code-Review-1 See comments in version 2. -- To view, visit https://gerrit.ovirt.org/64229

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 2: (7 comments) https://gerrit.ovirt.org/#/c/64229/2/tests/storage_workarounds_test.py File

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-21 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-21 Thread alitke
Adam Litke has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 1: (5 comments) https://gerrit.ovirt.org/#/c/64229/1/tests/storage_workarounds_test.py File

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-20 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 1: (2 comments) https://gerrit.ovirt.org/#/c/64229/1/tests/storage_workarounds_test.py File

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-20 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 1: (4 comments) Nice, I like this name, this makes working on vdsm more fun.

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-20 Thread automation
gerrit-hooks has posted comments on this change. Change subject: storage: Move detect_format to new workarounds module .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make

Change in vdsm[master]: storage: Move detect_format to new workarounds module

2016-09-20 Thread alitke
Adam Litke has uploaded a new change for review. Change subject: storage: Move detect_format to new workarounds module .. storage: Move detect_format to new workarounds module The function Image._detect_format is a workaround