Re: [PATCH 2/2] target: use new "dbroot" target attribute

2016-04-13 Thread Hannes Reinecke
On 04/13/2016 10:25 PM, Lee Duncan wrote: > This commit updates the target core ALUA and PR > modules to use the new "dbroot" attribute instead > of assuming the target database is in "/var/target". > > Signed-off-by: Lee Duncan > --- > drivers/target/target_core_alua.c | 6 +++--- > drivers/tar

[PATCH 2/2] target: use new "dbroot" target attribute

2016-04-13 Thread Lee Duncan
This commit updates the target core ALUA and PR modules to use the new "dbroot" attribute instead of assuming the target database is in "/var/target". Signed-off-by: Lee Duncan --- drivers/target/target_core_alua.c | 6 +++--- drivers/target/target_core_pr.c | 2 +- 2 files changed, 4 insertio

Re: [PATCH 2/2] target: use new "dbroot" target attribute

2016-04-04 Thread Lee Duncan
On 04/01/2016 11:18 AM, Andy Grover wrote: > On 04/01/2016 11:01 AM, Lee Duncan wrote: >> On 04/01/2016 12:58 AM, Johannes Thumshirn wrote: >>> On 2016-03-31 20:05, Lee Duncan wrote: This commit updates the target core ALUA and PR modules to use the new "dbroot" attribute instead of

Re: [PATCH 2/2] target: use new "dbroot" target attribute

2016-04-01 Thread Andy Grover
On 04/01/2016 11:01 AM, Lee Duncan wrote: On 04/01/2016 12:58 AM, Johannes Thumshirn wrote: On 2016-03-31 20:05, Lee Duncan wrote: This commit updates the target core ALUA and PR modules to use the new "dbroot" attribute instead of assuming the target database is in "/var/target". Same goes f

Re: [PATCH 2/2] target: use new "dbroot" target attribute

2016-04-01 Thread Lee Duncan
On 04/01/2016 12:58 AM, Johannes Thumshirn wrote: > On 2016-03-31 20:05, Lee Duncan wrote: >> This commit updates the target core ALUA and PR >> modules to use the new "dbroot" attribute instead >> of assuming the target database is in "/var/target". > > Same goes for this one, > > Reviewed-by: J

Re: [PATCH 2/2] target: use new "dbroot" target attribute

2016-04-01 Thread Johannes Thumshirn
On 2016-03-31 20:05, Lee Duncan wrote: This commit updates the target core ALUA and PR modules to use the new "dbroot" attribute instead of assuming the target database is in "/var/target". Same goes for this one, Reviewed-by: Johannes Thumshirn as soon as it has a Signed-off-by line -- To un

[PATCH 2/2] target: use new "dbroot" target attribute

2016-03-31 Thread Lee Duncan
This commit updates the target core ALUA and PR modules to use the new "dbroot" attribute instead of assuming the target database is in "/var/target". --- drivers/target/target_core_alua.c | 6 +++--- drivers/target/target_core_pr.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff