Sergey Lysanov has uploaded this change for review. (
https://review.gerrithub.io/438072
Change subject: Return error count after failed proc_block
......................................................................
Return error count after failed proc_block
It helps to avoid commit of DS block with not initialized
FSAL inside.
Example of ganesha config that will lead to assert in
pnfs_ds_insert function:
DS {
FSAL {
Name = NOT_EXISTING_FSAL;
}
}
Change-Id: I4124b0542ad1518867169f3e3abf5ad2b71416bb
Signed-off-by: Sergey Lysanov <slysanov(a)virtuozzo.com>
---
M src/config_parsing/config_parsing.c
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/72/438072/1
--
To view, visit
https://review.gerrithub.io/438072
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4124b0542ad1518867169f3e3abf5ad2b71416bb
Gerrit-Change-Number: 438072
Gerrit-PatchSet: 1
Gerrit-Owner: Sergey Lysanov <slysanov(a)virtuozzo.com>