mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
update-volumesets-for-deletevolentry-20010414
analog of patch for addvolentry
This commit is contained in:
parent
0c1eb3a380
commit
9e4c9975ad
@ -188,6 +188,12 @@ afs_int32 bc_DeleteVolEntryCmd(as, arock)
|
|||||||
|
|
||||||
vsname = as->parms[0].items->data;
|
vsname = as->parms[0].items->data;
|
||||||
|
|
||||||
|
code = bc_UpdateVolumeSet();
|
||||||
|
if (code) {
|
||||||
|
com_err(whoami, code, "; Can't retrieve volume sets");
|
||||||
|
return(code);
|
||||||
|
}
|
||||||
|
|
||||||
/* lock schedules and check validity */
|
/* lock schedules and check validity */
|
||||||
ctPtr = &bc_globalConfig->configText[TB_VOLUMESET];
|
ctPtr = &bc_globalConfig->configText[TB_VOLUMESET];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user