vos-restore-parent-id-patch-20051215
[openafs.git] / src / volser / vsprocs.c
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #include <afsconfig.h>
11 #include <afs/param.h>
12
13 RCSID
14     ("$Header$");
15
16 #include <stdio.h>
17 #include <sys/types.h>
18 #include <sys/stat.h>
19 #ifdef  AFS_AIX_ENV
20 #include <sys/statfs.h>
21 #endif
22 #ifdef AFS_NT40_ENV
23 #include <fcntl.h>
24 #include <winsock2.h>
25 #else
26 #include <sys/file.h>
27 #include <netinet/in.h>
28 #endif
29
30 #ifdef HAVE_STRING_H
31 #include <string.h>
32 #else
33 #ifdef HAVE_STRINGS_H
34 #include <strings.h>
35 #endif
36 #endif
37
38 #include <lock.h>
39 #include <afs/voldefs.h>
40 #include <rx/xdr.h>
41 #include <rx/rx.h>
42 #include <afs/vlserver.h>
43 #include <afs/nfs.h>
44 #include <afs/auth.h>
45 #include <afs/cellconfig.h>
46 #include <afs/keys.h>
47 #include <ubik.h>
48 #include <afs/afsint.h>
49 #include "volser.h"
50 #include "volint.h"
51 #include "lockdata.h"
52 #include <afs/com_err.h>
53 #include <rx/rxkad.h>
54 #include <afs/kautils.h>
55 #include <afs/cmd.h>
56 #include <errno.h>
57 #define ERRCODE_RANGE 8         /* from error_table.h */
58 #define CLOCKSKEW   2           /* not really skew, but resolution */
59
60 /* for UV_MoveVolume() recovery */
61
62 #include <afs/procmgmt.h>       /* signal(), kill(), wait(), etc. */
63 #include <setjmp.h>
64
65 #include <volser_prototypes.h>
66
67 struct ubik_client *cstruct;
68 int verbose = 0;
69
70 struct release {
71     afs_int32 crtime;
72     afs_int32 uptime;
73     afs_int32 vldbEntryIndex;
74 };
75
76 /* Utility macros used by rest of this source file */
77 #define EPRINT(ec, es) \
78 do { \
79         fprintf(STDERR, "\n"); \
80         fprintf(STDERR, (es)); \
81         PrintError("   ",ec); \
82 } while (0)
83
84 #define EPRINT1(ec, es, ep1) \
85 do { \
86         fprintf(STDERR, "\n"); \
87         fprintf(STDERR, (es), (ep1)); \
88         PrintError("   ",ec); \
89 } while (0)
90
91 #define EPRINT2(ec, es, ep1, ep2) \
92 do { \
93         fprintf(STDERR, "\n"); \
94         fprintf(STDERR, (es), (ep1), (ep2)); \
95         PrintError("   ",ec); \
96 } while (0)
97
98 #define EPRINT3(ec, es, ep1, ep2, ep3) \
99 do { \
100         fprintf(STDERR, "\n"); \
101         fprintf(STDERR, (es), (ep1), (ep2), (ep3)); \
102         PrintError("   ",ec); \
103 } while (0)
104
105 #define EGOTO(where, ec, es) \
106 do { \
107         if (ec) { \
108                 EPRINT((ec),(es)); \
109                 error = (ec); \
110                 goto where; \
111         } \
112 } while (0)
113
114 #define EGOTO1(where, ec, es, ep1) \
115 do { \
116         if (ec) { \
117                 EPRINT1((ec),(es),(ep1)); \
118                 error = (ec); \
119                 goto where; \
120         } \
121 } while (0)
122
123 #define EGOTO2(where, ec, es, ep1, ep2) \
124 do { \
125         if (ec) { \
126                 EPRINT2((ec),(es),(ep1),(ep2)); \
127                 error = (ec); \
128                 goto where; \
129         } \
130 } while (0)
131
132 #define EGOTO3(where, ec, es, ep1, ep2, ep3) \
133 do { \
134         if (ec) { \
135                 EPRINT3((ec),(es),(ep1),(ep2),(ep3)); \
136                 error = (ec); \
137                 goto where; \
138         } \
139 } while (0)
140
141 #define VPRINT(es) \
142         { if (verbose) { fprintf(STDOUT, (es)); fflush(STDOUT); } }
143 #define VPRINT1(es, p) \
144         { if (verbose) { fprintf(STDOUT, (es), (p)); fflush(STDOUT); } }
145 #define VPRINT2(es, p1, p2) \
146         { if (verbose) { fprintf(STDOUT, (es), (p1), (p2)); fflush(STDOUT); } }
147 #define VPRINT3(es, p1, p2, p3) \
148         { if (verbose) { fprintf(STDOUT, (es), (p1), (p2), (p3)); fflush(STDOUT); } }
149 #define VDONE \
150         { if (verbose) { fprintf(STDOUT, " done\n"); fflush(STDOUT); } }
151
152
153
154 /* getting rid of this */
155 #define ERROR_EXIT(code) {error=(code); goto error_exit;}
156
157
158 /* Protos for static routines */
159 static afs_int32 CheckAndDeleteVolume(struct rx_connection *aconn,
160                                       afs_int32 apart, afs_int32 okvol,
161                                       afs_int32 delvol);
162 static int DelVol(struct rx_connection *conn, afs_int32 vid, afs_int32 part,
163                   afs_int32 flags);
164 static int GetTrans(struct nvldbentry *vldbEntryPtr, afs_int32 index,
165                     struct rx_connection **connPtr, afs_int32 * transPtr,
166                     afs_int32 * crtimePtr, afs_int32 * uptimePtr);
167 static int SimulateForwardMultiple(struct rx_connection *fromconn,
168                                    afs_int32 fromtid, afs_int32 fromdate,
169                                    manyDests * tr, afs_int32 flags,
170                                    void *cookie, manyResults * results);
171 static afs_int32 CheckVolume(volintInfo * volumeinfo, afs_int32 aserver,
172                              afs_int32 apart, afs_int32 * modentry,
173                              afs_uint32 * maxvolid);
174
175
176 /*map the partition <partId> into partition name <partName>*/
177 void
178 MapPartIdIntoName(afs_int32 partId, char *partName)
179 {
180     if (partId < 26) {          /* what if partId > = 26 ? */
181         strcpy(partName, "/vicep");
182         partName[6] = partId + 'a';
183         partName[7] = '\0';
184         return;
185     } else if (partId < VOLMAXPARTS) {
186         strcpy(partName, "/vicep");
187         partId -= 26;
188         partName[6] = 'a' + (partId / 26);
189         partName[7] = 'a' + (partId % 26);
190         partName[8] = '\0';
191         return;
192     }
193 }
194
195 int
196 yesprompt(char *str)
197 {
198     int response, c;
199     int code;
200
201     fprintf(STDERR, "Do you want to %s? [yn](n): ", str);
202     response = c = getchar();
203     while (!(c == EOF || c == '\n'))
204         c = getchar();          /*skip to end of line */
205     code = (response == 'y' || response == 'Y');
206     return code;
207 }
208
209
210 int
211 PrintError(char *msg, afs_int32 errcode)
212 {
213     fprintf(STDERR, msg);
214     /*replace by a big switch statement */
215     switch (errcode) {
216     case 0:
217         break;
218     case -1:
219         fprintf(STDERR, "Possible communication failure\n");
220         break;
221     case VSALVAGE:
222         fprintf(STDERR, "Volume needs to be salvaged\n");
223         break;
224     case VNOVNODE:
225         fprintf(STDERR, "Bad vnode number quoted\n");
226         break;
227     case VNOVOL:
228         fprintf(STDERR,
229                 "Volume not attached, does not exist, or not on line\n");
230         break;
231     case VVOLEXISTS:
232         fprintf(STDERR, "Volume already exists\n");
233         break;
234     case VNOSERVICE:
235         fprintf(STDERR, "Volume is not in service\n");
236         break;
237     case VOFFLINE:
238         fprintf(STDERR, "Volume is off line\n");
239         break;
240     case VONLINE:
241         fprintf(STDERR, "Volume is already on line\n");
242         break;
243     case VDISKFULL:
244         fprintf(STDERR, "Partition is full\n");
245         break;
246     case VOVERQUOTA:
247         fprintf(STDERR, "Volume max quota exceeded\n");
248         break;
249     case VBUSY:
250         fprintf(STDERR, "Volume temporarily unavailable\n");
251         break;
252     case VMOVED:
253         fprintf(STDERR, "Volume has moved to another server\n");
254         break;
255     case VL_IDEXIST:
256         fprintf(STDERR, "VLDB: volume Id exists in the vldb\n");
257         break;
258     case VL_IO:
259         fprintf(STDERR, "VLDB: a read terminated too early\n");
260         break;
261     case VL_NAMEEXIST:
262         fprintf(STDERR, "VLDB: volume entry exists in the vldb\n");
263         break;
264     case VL_CREATEFAIL:
265         fprintf(STDERR, "VLDB: internal creation failure\n");
266         break;
267     case VL_NOENT:
268         fprintf(STDERR, "VLDB: no such entry\n");
269         break;
270     case VL_EMPTY:
271         fprintf(STDERR, "VLDB: vldb database is empty\n");
272         break;
273     case VL_ENTDELETED:
274         fprintf(STDERR, "VLDB: entry is deleted (soft delete)\n");
275         break;
276     case VL_BADNAME:
277         fprintf(STDERR, "VLDB: volume name is illegal\n");
278         break;
279     case VL_BADINDEX:
280         fprintf(STDERR, "VLDB: index was out of range\n");
281         break;
282     case VL_BADVOLTYPE:
283         fprintf(STDERR, "VLDB: bad volume type\n");
284         break;
285     case VL_BADSERVER:
286         fprintf(STDERR, "VLDB: illegal server number (not within limits)\n");
287         break;
288     case VL_BADPARTITION:
289         fprintf(STDERR, "VLDB: bad partition number\n");
290         break;
291     case VL_REPSFULL:
292         fprintf(STDERR, "VLDB: run out of space for replication sites\n");
293         break;
294     case VL_NOREPSERVER:
295         fprintf(STDERR, "VLDB: no such repsite server exists\n");
296         break;
297     case VL_DUPREPSERVER:
298         fprintf(STDERR, "VLDB: replication site server already exists\n");
299         break;
300     case VL_RWNOTFOUND:
301         fprintf(STDERR, "VLDB: parent r/w entry not found\n");
302         break;
303     case VL_BADREFCOUNT:
304         fprintf(STDERR, "VLDB: illegal reference count number\n");
305         break;
306     case VL_SIZEEXCEEDED:
307         fprintf(STDERR, "VLDB: vldb size for attributes exceeded\n");
308         break;
309     case VL_BADENTRY:
310         fprintf(STDERR, "VLDB: bad incoming vldb entry\n");
311         break;
312     case VL_BADVOLIDBUMP:
313         fprintf(STDERR, "VLDB: illegal max volid increment\n");
314         break;
315     case VL_IDALREADYHASHED:
316         fprintf(STDERR, "VLDB: (RO/BACK) Id already hashed\n");
317         break;
318     case VL_ENTRYLOCKED:
319         fprintf(STDERR, "VLDB: vldb entry is already locked\n");
320         break;
321     case VL_BADVOLOPER:
322         fprintf(STDERR, "VLDB: bad volume operation code\n");
323         break;
324     case VL_BADRELLOCKTYPE:
325         fprintf(STDERR, "VLDB: bad release lock type\n");
326         break;
327     case VL_RERELEASE:
328         fprintf(STDERR, "VLDB: status report: last release was aborted\n");
329         break;
330     case VL_BADSERVERFLAG:
331         fprintf(STDERR, "VLDB: invalid replication site server flag\n");
332         break;
333     case VL_PERM:
334         fprintf(STDERR, "VLDB: no permission access for call\n");
335         break;
336     case VOLSERREAD_DUMPERROR:
337         fprintf(STDERR,
338                 "VOLSER:  Problems encountered in reading the dump file !\n");
339         break;
340     case VOLSERDUMPERROR:
341         fprintf(STDERR, "VOLSER: Problems encountered in doing the dump !\n");
342         break;
343     case VOLSERATTACH_ERROR:
344         fprintf(STDERR, "VOLSER: Could not attach the volume\n");
345         break;
346     case VOLSERDETACH_ERROR:
347         fprintf(STDERR, "VOLSER: Could not detach the volume\n");
348         break;
349     case VOLSERILLEGAL_PARTITION:
350         fprintf(STDERR, "VOLSER: encountered illegal partition number\n");
351         break;
352     case VOLSERBAD_ACCESS:
353         fprintf(STDERR, "VOLSER: permission denied, not a super user\n");
354         break;
355     case VOLSERVLDB_ERROR:
356         fprintf(STDERR, "VOLSER: error detected in the VLDB\n");
357         break;
358     case VOLSERBADNAME:
359         fprintf(STDERR, "VOLSER: error in volume name\n");
360         break;
361     case VOLSERVOLMOVED:
362         fprintf(STDERR, "VOLSER: volume has moved\n");
363         break;
364     case VOLSERBADOP:
365         fprintf(STDERR, "VOLSER: illegal operation\n");
366         break;
367     case VOLSERBADRELEASE:
368         fprintf(STDERR, "VOLSER: release could not be completed\n");
369         break;
370     case VOLSERVOLBUSY:
371         fprintf(STDERR, "VOLSER: volume is busy\n");
372         break;
373     case VOLSERNO_MEMORY:
374         fprintf(STDERR, "VOLSER: volume server is out of memory\n");
375         break;
376     case VOLSERNOVOL:
377         fprintf(STDERR,
378                 "VOLSER: no such volume - location specified incorrectly or volume does not exist\n");
379         break;
380     case VOLSERMULTIRWVOL:
381         fprintf(STDERR,
382                 "VOLSER: multiple RW volumes with same ID, one of which should be deleted\n");
383         break;
384     case VOLSERFAILEDOP:
385         fprintf(STDERR,
386                 "VOLSER: not all entries were successfully processed\n");
387         break;
388     default:
389         {
390
391             afs_int32 offset;
392
393             initialize_KA_error_table();
394             initialize_RXK_error_table();
395             initialize_KTC_error_table();
396             initialize_ACFG_error_table();
397             initialize_CMD_error_table();
398             initialize_VL_error_table();
399
400             offset = errcode & ((1 << ERRCODE_RANGE) - 1);
401             fprintf(STDERR, "%s: %s\n", error_table_name(errcode),
402                     error_message(errcode));
403             break;
404         }
405     }
406     return 0;
407 }
408
409 void init_volintInfo(struct volintInfo *vinfo) {
410     memset(vinfo, 0, sizeof(struct volintInfo));
411
412     vinfo->maxquota = -1;
413     vinfo->dayUse = -1;
414     vinfo->creationDate = -1;
415     vinfo->updateDate = -1;
416     vinfo->flags = -1;
417     vinfo->spare0 = -1;
418     vinfo->spare1 = -1;
419     vinfo->spare2 = -1;
420     vinfo->spare3 = -1;
421 }
422
423 static struct rx_securityClass *uvclass = 0;
424 static int uvindex = -1;
425 /* called by VLDBClient_Init to set the security module to be used in the RPC */
426 int
427 UV_SetSecurity(register struct rx_securityClass *as, afs_int32 aindex)
428 {
429     uvindex = aindex;
430     uvclass = as;
431     return 0;
432 }
433
434 /* bind to volser on <port> <aserver> */
435 /* takes server address in network order, port in host order.  dumb */
436 struct rx_connection *
437 UV_Bind(afs_int32 aserver, afs_int32 port)
438 {
439     register struct rx_connection *tc;
440
441     tc = rx_NewConnection(aserver, htons(port), VOLSERVICE_ID, uvclass,
442                           uvindex);
443     return tc;
444 }
445
446 /* if <okvol> is allright(indicated by beibg able to
447  * start a transaction, delete the <delvol> */
448 static afs_int32
449 CheckAndDeleteVolume(struct rx_connection *aconn, afs_int32 apart,
450                      afs_int32 okvol, afs_int32 delvol)
451 {
452     afs_int32 error, code, tid, rcode;
453
454     error = 0;
455     code = 0;
456
457     if (okvol == 0) {
458         code = AFSVolTransCreate(aconn, delvol, apart, ITOffline, &tid);
459         if (!error && code)
460             error = code;
461         code = AFSVolDeleteVolume(aconn, tid);
462         if (!error && code)
463             error = code;
464         code = AFSVolEndTrans(aconn, tid, &rcode);
465         if (!code)
466             code = rcode;
467         if (!error && code)
468             error = code;
469         return error;
470     } else {
471         code = AFSVolTransCreate(aconn, okvol, apart, ITOffline, &tid);
472         if (!code) {
473             code = AFSVolEndTrans(aconn, tid, &rcode);
474             if (!code)
475                 code = rcode;
476             if (!error && code)
477                 error = code;
478             code = AFSVolTransCreate(aconn, delvol, apart, ITOffline, &tid);
479             if (!error && code)
480                 error = code;
481             code = AFSVolDeleteVolume(aconn, tid);
482             if (!error && code)
483                 error = code;
484             code = AFSVolEndTrans(aconn, tid, &rcode);
485             if (!code)
486                 code = rcode;
487             if (!error && code)
488                 error = code;
489         } else
490             error = code;
491         return error;
492     }
493 }
494
495 /* called by EmuerateEntry, show vldb entry in a reasonable format */
496 void
497 SubEnumerateEntry(struct nvldbentry *entry)
498 {
499     int i;
500     char pname[10];
501     int isMixed = 0;
502
503 #ifdef notdef
504     fprintf(STDOUT, "   readWriteID %-10u ", entry->volumeId[RWVOL]);
505     if (entry->flags & RW_EXISTS)
506         fprintf(STDOUT, " valid \n");
507     else
508         fprintf(STDOUT, " invalid \n");
509     fprintf(STDOUT, "   readOnlyID  %-10u ", entry->volumeId[ROVOL]);
510     if (entry->flags & RO_EXISTS)
511         fprintf(STDOUT, " valid \n");
512     else
513         fprintf(STDOUT, " invalid \n");
514     fprintf(STDOUT, "   backUpID    %-10u ", entry->volumeId[BACKVOL]);
515     if (entry->flags & BACK_EXISTS)
516         fprintf(STDOUT, " valid \n");
517     else
518         fprintf(STDOUT, " invalid \n");
519     if ((entry->cloneId != 0) && (entry->flags & RO_EXISTS))
520         fprintf(STDOUT, "    releaseClone %-10u \n", entry->cloneId);
521 #else
522     if (entry->flags & RW_EXISTS)
523         fprintf(STDOUT, "    RWrite: %-10u", entry->volumeId[RWVOL]);
524     if (entry->flags & RO_EXISTS)
525         fprintf(STDOUT, "    ROnly: %-10u", entry->volumeId[ROVOL]);
526     if (entry->flags & BACK_EXISTS)
527         fprintf(STDOUT, "    Backup: %-10u", entry->volumeId[BACKVOL]);
528     if ((entry->cloneId != 0) && (entry->flags & RO_EXISTS))
529         fprintf(STDOUT, "    RClone: %-10lu", (unsigned long)entry->cloneId);
530     fprintf(STDOUT, "\n");
531 #endif
532     fprintf(STDOUT, "    number of sites -> %lu\n",
533             (unsigned long)entry->nServers);
534     for (i = 0; i < entry->nServers; i++) {
535         if (entry->serverFlags[i] & NEW_REPSITE)
536             isMixed = 1;
537     }
538     for (i = 0; i < entry->nServers; i++) {
539         MapPartIdIntoName(entry->serverPartition[i], pname);
540         fprintf(STDOUT, "       server %s partition %s ",
541                 hostutil_GetNameByINet(entry->serverNumber[i]), pname);
542         if (entry->serverFlags[i] & ITSRWVOL)
543             fprintf(STDOUT, "RW Site ");
544         else
545             fprintf(STDOUT, "RO Site ");
546         if (isMixed) {
547             if (entry->serverFlags[i] & NEW_REPSITE)
548                 fprintf(STDOUT," -- New release");
549             else
550                 if (!(entry->serverFlags[i] & ITSRWVOL))
551                     fprintf(STDOUT," -- Old release");
552         } else {
553             if (entry->serverFlags[i] & RO_DONTUSE)
554                 fprintf(STDOUT, " -- Not released");
555         }
556         fprintf(STDOUT, "\n");
557     }
558
559     return;
560
561 }
562
563 /*enumerate the vldb entry corresponding to <entry> */
564 void
565 EnumerateEntry(struct nvldbentry *entry)
566 {
567
568     fprintf(STDOUT, "\n");
569     fprintf(STDOUT, "%s \n", entry->name);
570     SubEnumerateEntry(entry);
571     return;
572 }
573
574 /* forcibly remove a volume.  Very dangerous call */
575 int
576 UV_NukeVolume(afs_int32 server, afs_int32 partid, afs_int32 volid)
577 {
578     register struct rx_connection *tconn;
579     register afs_int32 code;
580
581     tconn = UV_Bind(server, AFSCONF_VOLUMEPORT);
582     if (tconn) {
583         code = AFSVolNukeVolume(tconn, partid, volid);
584         rx_DestroyConnection(tconn);
585     } else
586         code = 0;
587     return code;
588 }
589
590 /* like df. Return usage of <pname> on <server> in <partition> */
591 int
592 UV_PartitionInfo(afs_int32 server, char *pname,
593                  struct diskPartition *partition)
594 {
595     register struct rx_connection *aconn;
596     afs_int32 code;
597
598     code = 0;
599     aconn = (struct rx_connection *)0;
600     aconn = UV_Bind(server, AFSCONF_VOLUMEPORT);
601     code = AFSVolPartitionInfo(aconn, pname, partition);
602     if (code) {
603         fprintf(STDERR, "Could not get information on partition %s\n", pname);
604         PrintError("", code);
605     }
606     if (aconn)
607         rx_DestroyConnection(aconn);
608     return code;
609 }
610
611 /* old interface to create volume */
612 int
613 UV_CreateVolume(afs_int32 aserver, afs_int32 apart, char *aname,
614                 afs_int32 * anewid)
615 {
616     afs_int32 code;
617     code = UV_CreateVolume2(aserver, apart, aname, 5000, 0, 0, 0, 0, anewid);
618     return code;
619 }
620
621 /* create a volume, given a server, partition number, volume name --> sends
622 * back new vol id in <anewid>*/
623 int
624 UV_CreateVolume2(afs_int32 aserver, afs_int32 apart, char *aname,
625                  afs_int32 aquota, afs_int32 aspare1, afs_int32 aspare2,
626                  afs_int32 aspare3, afs_int32 aspare4, afs_int32 * anewid)
627 {
628
629     register struct rx_connection *aconn;
630     afs_int32 tid;
631     register afs_int32 code;
632     afs_int32 error;
633     afs_int32 rcode, vcode;
634     struct nvldbentry entry, storeEntry;        /*the new vldb entry */
635     struct volintInfo tstatus;
636
637     tid = 0;
638     aconn = (struct rx_connection *)0;
639     error = 0;
640
641     init_volintInfo(&tstatus);
642     tstatus.maxquota = aquota;
643
644     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
645     /* next the next 3 available ids from the VLDB */
646     vcode = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 3, anewid);
647     EGOTO1(cfail, vcode, "Could not get an Id for volume %s\n", aname);
648
649     code =
650         AFSVolCreateVolume(aconn, apart, aname, volser_RW, 0, anewid, &tid);
651     EGOTO2(cfail, vcode, "Failed to create the volume %s %u \n", aname,
652            *anewid);
653
654     code = AFSVolSetInfo(aconn, tid, &tstatus);
655     if (code)
656         EPRINT(code, "Could not change quota (error %d), continuing...\n");
657
658     code = AFSVolSetFlags(aconn, tid, 0);       /* bring it online (mark it InService */
659     EGOTO2(cfail, vcode, "Could not bring the volume %s %u online \n", aname,
660            *anewid);
661
662     VPRINT2("Volume %s %u created and brought online\n", aname, *anewid);
663
664     /* set up the vldb entry for this volume */
665     strncpy(entry.name, aname, VOLSER_OLDMAXVOLNAME);
666     entry.nServers = 1;
667     entry.serverNumber[0] = aserver;    /* this should have another 
668                                          * level of indirection later */
669     entry.serverPartition[0] = apart;   /* this should also have 
670                                          * another indirection level */
671     entry.flags = RW_EXISTS;    /* this records that rw volume exists */
672     entry.serverFlags[0] = ITSRWVOL;    /*this rep site has rw  vol */
673     entry.volumeId[RWVOL] = *anewid;
674     entry.volumeId[ROVOL] = *anewid + 1;        /* rw,ro, bk id are related in the default case */
675     entry.volumeId[BACKVOL] = *anewid + 2;
676     entry.cloneId = 0;
677     /*map into right byte order, before passing to xdr, the stuff has to be in host
678      * byte order. Xdr converts it into network order */
679     MapNetworkToHost(&entry, &storeEntry);
680     /* create the vldb entry */
681     vcode = VLDB_CreateEntry(&storeEntry);
682     if (vcode) {
683         fprintf(STDERR,
684                 "Could not create a VLDB entry for the volume %s %lu\n",
685                 aname, (unsigned long)*anewid);
686         /*destroy the created volume */
687         VPRINT1("Deleting the newly created volume %u\n", *anewid);
688         AFSVolDeleteVolume(aconn, tid);
689         error = vcode;
690         goto cfail;
691     }
692     VPRINT2("Created the VLDB entry for the volume %s %u\n", aname, *anewid);
693     /* volume created, now terminate the transaction and release the connection */
694     code = AFSVolEndTrans(aconn, tid, &rcode);  /*if it crashes before this
695                                                  * the volume will come online anyway when transaction timesout , so if
696                                                  * vldb entry exists then the volume is guaranteed to exist too wrt create */
697     tid = 0;
698     if (code) {
699         fprintf(STDERR,
700                 "Failed to end the transaction on the volume %s %lu\n", aname,
701                 (unsigned long)*anewid);
702         error = code;
703         goto cfail;
704     }
705
706   cfail:
707     if (tid) {
708         code = AFSVolEndTrans(aconn, tid, &rcode);
709         if (code)
710             fprintf(STDERR, "WARNING: could not end transaction\n");
711     }
712     if (aconn)
713         rx_DestroyConnection(aconn);
714     PrintError("", error);
715     return error;
716
717
718 }
719
720 /* create a volume, given a server, partition number, volume name --> sends
721 * back new vol id in <anewid>*/
722 int
723 UV_AddVLDBEntry(afs_int32 aserver, afs_int32 apart, char *aname,
724                 afs_int32 aid)
725 {
726     register struct rx_connection *aconn;
727     afs_int32 error;
728     afs_int32 vcode;
729     struct nvldbentry entry, storeEntry;        /*the new vldb entry */
730
731     aconn = (struct rx_connection *)0;
732     error = 0;
733
734     /* set up the vldb entry for this volume */
735     strncpy(entry.name, aname, VOLSER_OLDMAXVOLNAME);
736     entry.nServers = 1;
737     entry.serverNumber[0] = aserver;    /* this should have another 
738                                          * level of indirection later */
739     entry.serverPartition[0] = apart;   /* this should also have 
740                                          * another indirection level */
741     entry.flags = RW_EXISTS;    /* this records that rw volume exists */
742     entry.serverFlags[0] = ITSRWVOL;    /*this rep site has rw  vol */
743     entry.volumeId[RWVOL] = aid;
744 #ifdef notdef
745     entry.volumeId[ROVOL] = anewid + 1; /* rw,ro, bk id are related in the default case */
746     entry.volumeId[BACKVOL] = *anewid + 2;
747 #else
748     entry.volumeId[ROVOL] = 0;
749     entry.volumeId[BACKVOL] = 0;
750 #endif
751     entry.cloneId = 0;
752     /*map into right byte order, before passing to xdr, the stuff has to be in host
753      * byte order. Xdr converts it into network order */
754     MapNetworkToHost(&entry, &storeEntry);
755     /* create the vldb entry */
756     vcode = VLDB_CreateEntry(&storeEntry);
757     if (vcode) {
758         fprintf(STDERR,
759                 "Could not create a VLDB entry for the  volume %s %lu\n",
760                 aname, (unsigned long)aid);
761         error = vcode;
762         goto cfail;
763     }
764     VPRINT2("Created the VLDB entry for the volume %s %u\n", aname, aid);
765
766   cfail:
767     if (aconn)
768         rx_DestroyConnection(aconn);
769     PrintError("", error);
770     return error;
771 }
772
773 /* Delete the volume <volid>on <aserver> <apart>
774  * the physical entry gets removed from the vldb only if the ref count 
775  * becomes zero
776  */
777 int
778 UV_DeleteVolume(afs_int32 aserver, afs_int32 apart, afs_int32 avolid)
779 {
780     struct rx_connection *aconn = (struct rx_connection *)0;
781     afs_int32 ttid = 0;
782     afs_int32 code, rcode;
783     afs_int32 error = 0;
784     struct nvldbentry entry, storeEntry;
785     int islocked = 0;
786     afs_int32 avoltype = -1, vtype;
787     int notondisk = 0, notinvldb = 0;
788
789     /* Find and read bhe VLDB entry for this volume */
790     code = ubik_Call(VL_SetLock, cstruct, 0, avolid, avoltype, VLOP_DELETE);
791     if (code) {
792         if (code != VL_NOENT) {
793             EGOTO1(error_exit, code,
794                    "Could not lock VLDB entry for the volume %u\n", avolid);
795         }
796         notinvldb = 1;
797     } else {
798         islocked = 1;
799
800         code = VLDB_GetEntryByID(avolid, avoltype, &entry);
801         EGOTO1(error_exit, code, "Could not fetch VLDB entry for volume %u\n",
802                avolid);
803         MapHostToNetwork(&entry);
804
805         if (verbose)
806             EnumerateEntry(&entry);
807     }
808
809     /* Whether volume is in the VLDB or not. Delete the volume on disk */
810     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
811     code = AFSVolTransCreate(aconn, avolid, apart, ITOffline, &ttid);
812     if (code) {
813         if (code == VNOVOL) {
814             notondisk = 1;
815         } else {
816             EGOTO1(error_exit, code, "Transaction on volume %u failed\n",
817                    avolid);
818         }
819     } else {
820         VPRINT1("Trying to delete the volume %u ...", avolid);
821
822         code = AFSVolDeleteVolume(aconn, ttid);
823         EGOTO1(error_exit, code, "Could not delete the volume %u \n", avolid);
824
825         code = AFSVolEndTrans(aconn, ttid, &rcode);
826         code = (code ? code : rcode);
827         ttid = 0;
828         EGOTO1(error_exit, code,
829                "Could not end the transaction for the volume %u \n", avolid);
830         VDONE;
831     }
832
833     /* Now update the VLDB entry.
834      * But first, verify we have a VLDB entry.
835      * Whether volume is on disk or not. Delete the volume in VLDB.
836      */
837     if (notinvldb)
838         ERROR_EXIT(0);
839
840     if (avolid == entry.volumeId[BACKVOL]) {
841         /* Its a backup volume, modify the VLDB entry. Check that the
842          * backup volume is on the server/partition we asked to delete.
843          */
844         if (!(entry.flags & BACK_EXISTS) || !Lp_Match(aserver, apart, &entry)) {
845             notinvldb = 2;      /* Not on this server and partition */
846             ERROR_EXIT(0);
847         }
848
849         VPRINT1("Marking the backup volume %u deleted in the VLDB\n", avolid);
850
851         entry.flags &= ~BACK_EXISTS;
852         vtype = BACKVOL;
853     }
854
855     else if (avolid == entry.volumeId[ROVOL]) {
856         /* Its a read-only volume, modify the VLDB entry. Check that the
857          * readonly volume is on the server/partition we asked to delete.
858          * If flags does not have RO_EIXSTS set, then this may mean the RO 
859          * hasn't been released (and could exist in VLDB).
860          */
861         if (!Lp_ROMatch(aserver, apart, &entry)) {
862             notinvldb = 2;      /* Not found on this server and partition */
863             ERROR_EXIT(0);
864         }
865
866         if (verbose)
867             fprintf(STDOUT,
868                     "Marking the readonly volume %lu deleted in the VLDB\n",
869                     (unsigned long)avolid);
870
871         Lp_SetROValue(&entry, aserver, apart, 0, 0);    /* delete the site */
872         entry.nServers--;
873         if (!Lp_ROMatch(0, 0, &entry))
874             entry.flags &= ~RO_EXISTS;  /* This was the last ro volume */
875         vtype = ROVOL;
876     }
877
878     else if (avolid == entry.volumeId[RWVOL]) {
879         /* It's a rw volume, delete the backup volume, modify the VLDB entry.
880          * Check that the readwrite volumes is on the server/partition we
881          * asked to delete.
882          */
883         if (!(entry.flags & RW_EXISTS) || !Lp_Match(aserver, apart, &entry)) {
884             notinvldb = 2;      /* Not found on this server and partition */
885             ERROR_EXIT(0);
886         }
887
888         /* Delete backup if it exists */
889         code =
890             AFSVolTransCreate(aconn, entry.volumeId[BACKVOL], apart,
891                               ITOffline, &ttid);
892         if (!code) {
893             if (verbose) {
894                 fprintf(STDOUT, "Trying to delete the backup volume %u ...",
895                         entry.volumeId[BACKVOL]);
896                 fflush(STDOUT);
897             }
898             code = AFSVolDeleteVolume(aconn, ttid);
899             EGOTO1(error_exit, code, "Could not delete the volume %u \n",
900                    entry.volumeId[BACKVOL]);
901
902             code = AFSVolEndTrans(aconn, ttid, &rcode);
903             ttid = 0;
904             code = (code ? code : rcode);
905             EGOTO1(error_exit, code,
906                    "Could not end the transaction for the volume %u \n",
907                    entry.volumeId[BACKVOL]);
908             if (verbose)
909                 fprintf(STDOUT, " done\n");
910         }
911
912         if (verbose)
913             fprintf(STDOUT,
914                     "Marking the readwrite volume %lu%s deleted in the VLDB\n",
915                     (unsigned long)avolid,
916                     ((entry.
917                       flags & BACK_EXISTS) ? ", and its backup volume," :
918                      ""));
919
920         Lp_SetRWValue(&entry, aserver, apart, 0L, 0L);
921         entry.nServers--;
922         entry.flags &= ~(BACK_EXISTS | RW_EXISTS);
923         vtype = RWVOL;
924
925         if (entry.flags & RO_EXISTS)
926             fprintf(STDERR, "WARNING: ReadOnly copy(s) may still exist\n");
927     }
928
929     else {
930         notinvldb = 2;          /* Not found on this server and partition */
931         ERROR_EXIT(0);
932     }
933
934     /* Either delete or replace the VLDB entry */
935     if ((entry.nServers <= 0) || !(entry.flags & (RO_EXISTS | RW_EXISTS))) {
936         if (verbose)
937             fprintf(STDOUT,
938                     "Last reference to the VLDB entry for %lu - deleting entry\n",
939                     (unsigned long)avolid);
940         code = ubik_Call(VL_DeleteEntry, cstruct, 0, avolid, vtype);
941         EGOTO1(error_exit, code,
942                "Could not delete the VLDB entry for the volume %u \n",
943                avolid);
944     } else {
945         MapNetworkToHost(&entry, &storeEntry);
946         code =
947             VLDB_ReplaceEntry(avolid, vtype, &storeEntry,
948                               (LOCKREL_OPCODE | LOCKREL_AFSID |
949                                LOCKREL_TIMESTAMP));
950         EGOTO1(error_exit, code,
951                "Could not update the VLDB entry for the volume %u \n",
952                avolid);
953     }
954     islocked = 0;
955
956   error_exit:
957     if (error)
958         EPRINT(error, "\n");
959
960     if (notondisk && notinvldb) {
961         EPRINT2(VOLSERNOVOL, "Volume %u does not exist %s\n", avolid,
962                 ((notinvldb == 2) ? "on server and partition" : ""));
963         if (!error)
964             error = VOLSERNOVOL;
965     } else if (notondisk) {
966         fprintf(STDERR,
967                 "WARNING: Volume %lu did not exist on the partition\n",
968                 (unsigned long)avolid);
969     } else if (notinvldb) {
970         fprintf(STDERR, "WARNING: Volume %lu does not exist in VLDB %s\n",
971                 (unsigned long)avolid,
972                 ((notinvldb == 2) ? "on server and partition" : ""));
973     }
974
975     if (ttid) {
976         code = AFSVolEndTrans(aconn, ttid, &rcode);
977         code = (code ? code : rcode);
978         if (code) {
979             fprintf(STDERR, "Could not end transaction on the volume %lu\n",
980                     (unsigned long)avolid);
981             PrintError("", code);
982             if (!error)
983                 error = code;
984         }
985     }
986
987     if (islocked) {
988         code =
989             ubik_Call(VL_ReleaseLock, cstruct, 0, avolid, -1,
990                       (LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP));
991         if (code) {
992             EPRINT1(code,
993                     "Could not release the lock on the VLDB entry for the volume %u \n",
994                     avolid);
995             if (!error)
996                 error = code;
997         }
998     }
999
1000     if (aconn)
1001         rx_DestroyConnection(aconn);
1002     return error;
1003 }
1004
1005 /* add recovery to UV_MoveVolume */
1006
1007 #define TESTC   0               /* set to test recovery code, clear for production */
1008
1009 jmp_buf env;
1010 int interrupt = 0;
1011
1012 void
1013 sigint_handler(int x)
1014 {
1015     if (interrupt)
1016         longjmp(env, 0);
1017
1018     fprintf(STDOUT, "\nSIGINT handler: vos move operation in progress\n");
1019     fprintf(STDOUT,
1020             "WARNING: may leave AFS storage and metadata in indeterminate state\n");
1021     fprintf(STDOUT, "enter second control-c to exit\n");
1022     fflush(STDOUT);
1023
1024     interrupt = 1;
1025     (void)signal(SIGINT, sigint_handler);
1026
1027     return;
1028 }
1029
1030 /* Move volume <afromvol> on <afromserver> <afrompart> to <atoserver>
1031  * <atopart>.  The operation is almost idempotent.  The following
1032  * flags are recognized:
1033  * 
1034  *     RV_NOCLONE - don't use a copy clone
1035  */
1036
1037 int
1038 UV_MoveVolume2(afs_int32 afromvol, afs_int32 afromserver, afs_int32 afrompart,
1039                afs_int32 atoserver, afs_int32 atopart, int flags)
1040 {
1041     struct rx_connection *toconn, *fromconn;
1042     afs_int32 fromtid, totid, clonetid;
1043     char vname[64];
1044     char *volName = 0;
1045     char tmpName[VOLSER_MAXVOLNAME + 1];
1046     afs_int32 rcode;
1047     afs_int32 fromDate;
1048     struct restoreCookie cookie;
1049     register afs_int32 vcode, code;
1050     afs_int32 newVol, volid, backupId;
1051     struct volser_status tstatus;
1052     struct destServer destination;
1053
1054     struct nvldbentry entry, storeEntry;
1055     int i, islocked, pntg;
1056     afs_int32 error;
1057     char in, lf;                /* for test code */
1058     int same;
1059
1060 #ifdef  ENABLE_BUGFIX_1165
1061     volEntries volumeInfo;
1062     struct volintInfo *infop = 0;
1063 #endif
1064
1065     islocked = 0;
1066     fromconn = (struct rx_connection *)0;
1067     toconn = (struct rx_connection *)0;
1068     fromtid = 0;
1069     totid = 0;
1070     clonetid = 0;
1071     error = 0;
1072     volid = 0;
1073     pntg = 0;
1074     backupId = 0;
1075     newVol = 0;
1076
1077     /* support control-c processing */
1078     if (setjmp(env))
1079         goto mfail;
1080     (void)signal(SIGINT, sigint_handler);
1081
1082     if (TESTC) {
1083         fprintf(STDOUT,
1084                 "\nThere are three tests points - verifies all code paths through recovery.\n");
1085         fprintf(STDOUT, "First test point - operation not started.\n");
1086         fprintf(STDOUT, "...test here (y, n)? ");
1087         fflush(STDOUT);
1088         fscanf(stdin, "%c", &in);
1089         fscanf(stdin, "%c", &lf);       /* toss away */
1090         if (in == 'y') {
1091             fprintf(STDOUT, "type control-c\n");
1092             while (1) {
1093                 fprintf(stdout, ".");
1094                 fflush(stdout);
1095                 sleep(1);
1096             }
1097         }
1098         /* or drop through */
1099     }
1100
1101     vcode = VLDB_GetEntryByID(afromvol, -1, &entry);
1102     EGOTO1(mfail, vcode,
1103            "Could not fetch the entry for the volume  %u from the VLDB \n",
1104            afromvol);
1105
1106     if (entry.volumeId[RWVOL] != afromvol) {
1107         fprintf(STDERR, "Only RW volume can be moved\n");
1108         exit(1);
1109     }
1110
1111     vcode = ubik_Call(VL_SetLock, cstruct, 0, afromvol, RWVOL, VLOP_MOVE);
1112     EGOTO1(mfail, vcode, "Could not lock entry for volume %u \n", afromvol);
1113     islocked = 1;
1114
1115     vcode = VLDB_GetEntryByID(afromvol, RWVOL, &entry);
1116     EGOTO1(mfail, vcode,
1117            "Could not fetch the entry for the volume  %u from the VLDB \n",
1118            afromvol);
1119
1120     backupId = entry.volumeId[BACKVOL];
1121     MapHostToNetwork(&entry);
1122
1123     if (!Lp_Match(afromserver, afrompart, &entry)) {
1124         /* the from server and partition do not exist in the vldb entry corresponding to volid */
1125         if (!Lp_Match(atoserver, atopart, &entry)) {
1126             /* the to server and partition do not exist in the vldb entry corresponding to volid */
1127             fprintf(STDERR, "The volume %lu is not on the specified site. \n",
1128                     (unsigned long)afromvol);
1129             fprintf(STDERR, "The current site is :");
1130             for (i = 0; i < entry.nServers; i++) {
1131                 if (entry.serverFlags[i] == ITSRWVOL) {
1132                     char pname[10];
1133                     MapPartIdIntoName(entry.serverPartition[i], pname);
1134                     fprintf(STDERR, " server %s partition %s \n",
1135                             hostutil_GetNameByINet(entry.serverNumber[i]),
1136                             pname);
1137                 }
1138             }
1139             vcode =
1140                 ubik_Call(VL_ReleaseLock, cstruct, 0, afromvol, -1,
1141                           (LOCKREL_OPCODE | LOCKREL_AFSID |
1142                            LOCKREL_TIMESTAMP));
1143             EGOTO1(mfail, vcode,
1144                    " Could not release lock on the VLDB entry for the volume %u \n",
1145                    afromvol);
1146
1147             return VOLSERVOLMOVED;
1148         }
1149
1150         /* delete the volume afromvol on src_server */
1151         /* from-info does not exist but to-info does =>
1152          * we have already done the move, but the volume
1153          * may still be existing physically on from fileserver
1154          */
1155         fromconn = UV_Bind(afromserver, AFSCONF_VOLUMEPORT);
1156         fromtid = 0;
1157         pntg = 1;
1158
1159         code =
1160             AFSVolTransCreate(fromconn, afromvol, afrompart, ITOffline,
1161                               &fromtid);
1162         if (!code) {            /* volume exists - delete it */
1163             VPRINT1("Setting flags on leftover source volume %u ...",
1164                     afromvol);
1165             code =
1166                 AFSVolSetFlags(fromconn, fromtid,
1167                                VTDeleteOnSalvage | VTOutOfService);
1168             EGOTO1(mfail, code,
1169                    "Failed to set flags on the leftover source volume %u\n",
1170                    afromvol);
1171             VDONE;
1172
1173             VPRINT1("Deleting leftover source volume %u ...", afromvol);
1174             code = AFSVolDeleteVolume(fromconn, fromtid);
1175             EGOTO1(mfail, code,
1176                    "Failed to delete the leftover source volume %u\n",
1177                    afromvol);
1178             VDONE;
1179
1180             VPRINT1("Ending transaction on leftover source volume %u ...",
1181                     afromvol);
1182             code = AFSVolEndTrans(fromconn, fromtid, &rcode);
1183             fromtid = 0;
1184             if (!code)
1185                 code = rcode;
1186             EGOTO1(mfail, code,
1187                    "Could not end the transaction for the leftover source volume %u \n",
1188                    afromvol);
1189             VDONE;
1190         }
1191
1192         /*delete the backup volume now */
1193         fromtid = 0;
1194         code =
1195             AFSVolTransCreate(fromconn, backupId, afrompart, ITOffline,
1196                               &fromtid);
1197         if (!code) {            /* backup volume exists - delete it */
1198             VPRINT1("Setting flags on leftover backup volume %u ...",
1199                     backupId);
1200             code =
1201                 AFSVolSetFlags(fromconn, fromtid,
1202                                VTDeleteOnSalvage | VTOutOfService);
1203             EGOTO1(mfail, code,
1204                    "Failed to set flags on the backup volume %u\n", backupId);
1205             VDONE;
1206
1207             VPRINT1("Deleting leftover backup volume %u ...", backupId);
1208             code = AFSVolDeleteVolume(fromconn, fromtid);
1209             EGOTO1(mfail, code,
1210                    "Could not delete the leftover backup volume %u\n",
1211                    backupId);
1212             VDONE;
1213
1214             VPRINT1("Ending transaction on leftover backup volume %u ...",
1215                     backupId);
1216             code = AFSVolEndTrans(fromconn, fromtid, &rcode);
1217             fromtid = 0;
1218             if (!code)
1219                 code = rcode;
1220             EGOTO1(mfail, code,
1221                    "Could not end the transaction for the leftover backup volume %u\n",
1222                    backupId);
1223             VDONE;
1224         }
1225
1226         fromtid = 0;
1227         error = 0;
1228         goto mfail;
1229     }
1230
1231     /* From-info matches the vldb info about volid,
1232      * its ok start the move operation, the backup volume 
1233      * on the old site is deleted in the process 
1234      */
1235     if (afrompart == atopart) {
1236         same = VLDB_IsSameAddrs(afromserver, atoserver, &error);
1237         EGOTO2(mfail, error,
1238                "Failed to get info about server's %d address(es) from vlserver (err=%d); aborting call!\n",
1239                afromserver, error);
1240
1241         if (same) {
1242             EGOTO1(mfail, VOLSERVOLMOVED,
1243                    "Warning: Moving volume %u to its home partition ignored!\n",
1244                    afromvol);
1245         }
1246     }
1247
1248     pntg = 1;
1249     toconn = UV_Bind(atoserver, AFSCONF_VOLUMEPORT);    /* get connections to the servers */
1250     fromconn = UV_Bind(afromserver, AFSCONF_VOLUMEPORT);
1251     fromtid = totid = 0;        /* initialize to uncreated */
1252
1253     /* ***
1254      * clone the read/write volume locally.
1255      * ***/
1256
1257     VPRINT1("Starting transaction on source volume %u ...", afromvol);
1258     code = AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy, &fromtid);
1259     EGOTO1(mfail, code, "Failed to create transaction on the volume %u\n",
1260            afromvol);
1261     VDONE;
1262
1263     if (!(flags & RV_NOCLONE)) {
1264         /* Get a clone id */
1265         VPRINT1("Allocating new volume id for clone of volume %u ...",
1266                 afromvol);
1267         newVol = 0;
1268         vcode = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &newVol);
1269         EGOTO1(mfail, vcode,
1270                "Could not get an ID for the clone of volume %u from the VLDB\n",
1271                afromvol);
1272         VDONE;
1273
1274         /* Do the clone. Default flags on clone are set to delete on salvage and out of service */
1275         VPRINT1("Cloning source volume %u ...", afromvol);
1276         strcpy(vname, "move-clone-temp");
1277         code =
1278             AFSVolClone(fromconn, fromtid, 0, readonlyVolume, vname, &newVol);
1279         EGOTO1(mfail, code, "Failed to clone the source volume %u\n",
1280                afromvol);
1281         VDONE;
1282     }
1283
1284     /* lookup the name of the volume we just cloned */
1285     volid = afromvol;
1286     code = AFSVolGetName(fromconn, fromtid, &volName);
1287     EGOTO1(mfail, code, "Failed to get the name of the volume %u\n",
1288            afromvol);
1289
1290     VPRINT1("Ending the transaction on the source volume %u ...", afromvol);
1291     rcode = 0;
1292     code = AFSVolEndTrans(fromconn, fromtid, &rcode);
1293     fromtid = 0;
1294     if (!code)
1295         code = rcode;
1296     EGOTO1(mfail, code,
1297            "Failed to end the transaction on the source volume %u\n",
1298            afromvol);
1299     VDONE;
1300
1301     /* ***
1302      * Create the destination volume
1303      * ***/
1304
1305     if (!(flags & RV_NOCLONE)) {
1306         /* All of this is to get the fromDate */
1307         VPRINT1("Starting transaction on the cloned volume %u ...", newVol);
1308         code =
1309             AFSVolTransCreate(fromconn, newVol, afrompart, ITOffline,
1310                               &clonetid);
1311         EGOTO1(mfail, code,
1312                "Failed to start a transaction on the cloned volume%u\n",
1313                newVol);
1314         VDONE;
1315
1316         VPRINT1("Setting flags on cloned volume %u ...", newVol);
1317         code =
1318             AFSVolSetFlags(fromconn, clonetid,
1319                            VTDeleteOnSalvage | VTOutOfService); /*redundant */
1320         EGOTO1(mfail, code, "Could not set flags on the cloned volume %u\n",
1321                newVol);
1322         VDONE;
1323
1324         /* remember time from which we've dumped the volume */
1325         VPRINT1("Getting status of cloned volume %u ...", newVol);
1326         code = AFSVolGetStatus(fromconn, clonetid, &tstatus);
1327         EGOTO1(mfail, code,
1328                "Failed to get the status of the cloned volume %u\n",
1329                newVol);
1330         VDONE;
1331
1332         fromDate = tstatus.creationDate - CLOCKSKEW;
1333     } else {
1334         /* With RV_NOCLONE, just do a full copy from the source */
1335         fromDate = 0;
1336     }
1337
1338
1339 #ifdef  ENABLE_BUGFIX_1165
1340     /*
1341      * Get the internal volume state from the source volume. We'll use such info (i.e. dayUse)
1342      * to copy it to the new volume (via AFSSetInfo later on) so that when we move volumes we
1343      * don't use this information...
1344      */
1345     volumeInfo.volEntries_val = (volintInfo *) 0;       /*this hints the stub to allocate space */
1346     volumeInfo.volEntries_len = 0;
1347     code = AFSVolListOneVolume(fromconn, afrompart, afromvol, &volumeInfo);
1348     EGOTO1(mfail, code,
1349            "Failed to get the volint Info of the cloned volume %u\n",
1350            afromvol);
1351
1352     infop = (volintInfo *) volumeInfo.volEntries_val;
1353     infop->maxquota = -1;       /* Else it will replace the default quota */
1354     infop->creationDate = -1;   /* Else it will use the source creation date */
1355     infop->updateDate = -1;     /* Else it will use the source update date */
1356 #endif
1357
1358     /* create a volume on the target machine */
1359     volid = afromvol;
1360     code = AFSVolTransCreate(toconn, volid, atopart, ITOffline, &totid);
1361     if (!code) {
1362         /* Delete the existing volume.
1363          * While we are deleting the volume in these steps, the transaction
1364          * we started against the cloned volume (clonetid above) will be
1365          * sitting idle. It will get cleaned up after 600 seconds
1366          */
1367         VPRINT1("Deleting pre-existing volume %u on destination ...", volid);
1368         code = AFSVolDeleteVolume(toconn, totid);
1369         EGOTO1(mfail, code,
1370                "Could not delete the pre-existing volume %u on destination\n",
1371                volid);
1372         VDONE;
1373
1374         VPRINT1
1375             ("Ending transaction on pre-existing volume %u on destination ...",
1376              volid);
1377         code = AFSVolEndTrans(toconn, totid, &rcode);
1378         totid = 0;
1379         if (!code)
1380             code = rcode;
1381         EGOTO1(mfail, code,
1382                "Could not end the transaction on pre-existing volume %u on destination\n",
1383                volid);
1384         VDONE;
1385     }
1386
1387     VPRINT1("Creating the destination volume %u ...", volid);
1388     code =
1389         AFSVolCreateVolume(toconn, atopart, volName, volser_RW, volid, &volid,
1390                            &totid);
1391     EGOTO1(mfail, code, "Failed to create the destination volume %u\n",
1392            volid);
1393     VDONE;
1394
1395     strncpy(tmpName, volName, VOLSER_OLDMAXVOLNAME);
1396     free(volName);
1397     volName = NULL;
1398
1399     VPRINT1("Setting volume flags on destination volume %u ...", volid);
1400     code =
1401         AFSVolSetFlags(toconn, totid, (VTDeleteOnSalvage | VTOutOfService));
1402     EGOTO1(mfail, code,
1403            "Failed to set the flags on the destination volume %u\n", volid);
1404     VDONE;
1405
1406     /***
1407      * Now dump the clone to the new volume
1408      ***/
1409
1410     destination.destHost = ntohl(atoserver);
1411     destination.destPort = AFSCONF_VOLUMEPORT;
1412     destination.destSSID = 1;
1413
1414     strncpy(cookie.name, tmpName, VOLSER_OLDMAXVOLNAME);
1415     cookie.type = RWVOL;
1416     cookie.parent = entry.volumeId[RWVOL];
1417     cookie.clone = 0;
1418
1419     if (!(flags & RV_NOCLONE)) {
1420         /* Copy the clone to the new volume */
1421         VPRINT2("Dumping from clone %u on source to volume %u on destination ...",
1422                 newVol, afromvol);
1423         code =
1424             AFSVolForward(fromconn, clonetid, 0, &destination, totid,
1425                           &cookie);
1426         EGOTO1(mfail, code, "Failed to move data for the volume %u\n", volid);
1427         VDONE;
1428
1429         VPRINT1("Ending transaction on cloned volume %u ...", newVol);
1430         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
1431         if (!code)
1432             code = rcode;
1433         clonetid = 0;
1434         EGOTO1(mfail, code,
1435                "Failed to end the transaction on the cloned volume %u\n",
1436                newVol);
1437         VDONE;
1438     }
1439
1440     /* ***
1441      * reattach to the main-line volume, and incrementally dump it.
1442      * ***/
1443
1444     VPRINT1("Starting transaction on source volume %u ...", afromvol);
1445     code = AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy, &fromtid);
1446     EGOTO1(mfail, code,
1447            "Failed to create a transaction on the source volume %u\n",
1448            afromvol);
1449     VDONE;
1450
1451     /* now do the incremental */
1452     VPRINT2
1453         ("Doing the%s dump from source to destination for volume %u ... ",
1454          (flags & RV_NOCLONE) ? "" : " incremental",
1455          afromvol);
1456     code =
1457         AFSVolForward(fromconn, fromtid, fromDate, &destination, totid,
1458                       &cookie);
1459     EGOTO1(mfail, code,
1460            "Failed to do the%s dump from rw volume on old site to rw volume on newsite\n",
1461           (flags & RV_NOCLONE) ? "" : " incremental");
1462     VDONE;
1463
1464     /* now adjust the flags so that the new volume becomes official */
1465     VPRINT1("Setting volume flags on old source volume %u ...", afromvol);
1466     code = AFSVolSetFlags(fromconn, fromtid, VTOutOfService);
1467     EGOTO(mfail, code,
1468           "Failed to set the flags to make old source volume offline\n");
1469     VDONE;
1470
1471     VPRINT1("Setting volume flags on new source volume %u ...", afromvol);
1472     code = AFSVolSetFlags(toconn, totid, 0);
1473     EGOTO(mfail, code,
1474           "Failed to set the flags to make new source volume online\n");
1475     VDONE;
1476
1477 #ifdef  ENABLE_BUGFIX_1165
1478     VPRINT1("Setting volume status on destination volume %u ...", volid);
1479     code = AFSVolSetInfo(toconn, totid, infop);
1480     EGOTO1(mfail, code,
1481            "Failed to set volume status on the destination volume %u\n",
1482            volid);
1483     VDONE;
1484 #endif
1485
1486     /* put new volume online */
1487     VPRINT1("Ending transaction on destination volume %u ...", afromvol);
1488     code = AFSVolEndTrans(toconn, totid, &rcode);
1489     totid = 0;
1490     if (!code)
1491         code = rcode;
1492     EGOTO1(mfail, code,
1493            "Failed to end the transaction on the volume %u on the new site\n",
1494            afromvol);
1495     VDONE;
1496
1497     Lp_SetRWValue(&entry, afromserver, afrompart, atoserver, atopart);
1498     MapNetworkToHost(&entry, &storeEntry);
1499     storeEntry.flags &= ~BACK_EXISTS;
1500
1501     if (TESTC) {
1502         fprintf(STDOUT,
1503                 "Second test point - operation in progress but not complete.\n");
1504         fprintf(STDOUT, "...test here (y, n)? ");
1505         fflush(STDOUT);
1506         fscanf(stdin, "%c", &in);
1507         fscanf(stdin, "%c", &lf);       /* toss away */
1508         if (in == 'y') {
1509             fprintf(STDOUT, "type control-c\n");
1510             while (1) {
1511                 fprintf(stdout, ".");
1512                 fflush(stdout);
1513                 sleep(1);
1514             }
1515         }
1516         /* or drop through */
1517     }
1518
1519     VPRINT1("Releasing lock on VLDB entry for volume %u ...", afromvol);
1520     vcode =
1521         VLDB_ReplaceEntry(afromvol, -1, &storeEntry,
1522                           (LOCKREL_OPCODE | LOCKREL_AFSID |
1523                            LOCKREL_TIMESTAMP));
1524     if (vcode) {
1525         fprintf(STDERR,
1526                 " Could not release the lock on the VLDB entry for the volume %s %lu \n",
1527                 storeEntry.name, (unsigned long)afromvol);
1528         error = vcode;
1529         goto mfail;
1530     }
1531     islocked = 0;
1532     VDONE;
1533
1534     if (TESTC) {
1535         fprintf(STDOUT,
1536                 "Third test point - operation complete but no cleanup.\n");
1537         fprintf(STDOUT, "...test here (y, n)? ");
1538         fflush(STDOUT);
1539         fscanf(stdin, "%c", &in);
1540         fscanf(stdin, "%c", &lf);       /* toss away */
1541         if (in == 'y') {
1542             fprintf(STDOUT, "type control-c\n");
1543             while (1) {
1544                 fprintf(stdout, ".");
1545                 fflush(stdout);
1546                 sleep(1);
1547             }
1548         }
1549         /* or drop through */
1550     }
1551 #ifdef notdef
1552     /* This is tricky.  File server is very stupid, and if you mark the volume
1553      * as VTOutOfService, it may mark the *good* instance (if you're moving
1554      * between partitions on the same machine) as out of service.  Since
1555      * we're cleaning this code up in DEcorum, we're just going to kludge around
1556      * it for now by removing this call. */
1557     /* already out of service, just zap it now */
1558     code =
1559         AFSVolSetFlags(fromconn, fromtid, VTDeleteOnSalvage | VTOutOfService);
1560     if (code) {
1561         fprintf(STDERR,
1562                 "Failed to set the flags to make the old source volume offline\n");
1563         goto mfail;
1564     }
1565 #endif
1566     if (atoserver != afromserver) {
1567         /* set forwarding pointer for moved volumes */
1568         VPRINT1("Setting forwarding pointer for volume %u ...", afromvol);
1569         code = AFSVolSetForwarding(fromconn, fromtid, atoserver);
1570         EGOTO1(mfail, code,
1571                "Failed to set the forwarding pointer for the volume %u\n",
1572                afromvol);
1573         VDONE;
1574     }
1575
1576     VPRINT1("Deleting old volume %u on source ...", afromvol);
1577     code = AFSVolDeleteVolume(fromconn, fromtid);       /* zap original volume */
1578     EGOTO1(mfail, code, "Failed to delete the old volume %u on source\n",
1579            afromvol);
1580     VDONE;
1581
1582     VPRINT1("Ending transaction on old volume %u on the source ...",
1583             afromvol);
1584     code = AFSVolEndTrans(fromconn, fromtid, &rcode);
1585     fromtid = 0;
1586     if (!code)
1587         code = rcode;
1588     EGOTO1(mfail, code,
1589            "Failed to end the transaction on the old volume %u on the source\n",
1590            afromvol);
1591     VDONE;
1592
1593     /* Delete the backup volume on the original site */
1594     VPRINT1("Creating transaction for backup volume %u on source ...",
1595             backupId);
1596     code =
1597         AFSVolTransCreate(fromconn, backupId, afrompart, ITOffline, &fromtid);
1598     VDONE;
1599     if (!code) {
1600         VPRINT1("Setting flags on backup volume %u on source ...", backupId);
1601         code =
1602             AFSVolSetFlags(fromconn, fromtid,
1603                            VTDeleteOnSalvage | VTOutOfService);
1604         EGOTO1(mfail, code,
1605                "Failed to set the flags on the backup volume %u on the source\n",
1606                backupId);
1607         VDONE;
1608
1609         VPRINT1("Deleting the backup volume %u on the source ...", backupId);
1610         code = AFSVolDeleteVolume(fromconn, fromtid);
1611         EGOTO1(mfail, code,
1612                "Failed to delete the backup volume %u on the source\n",
1613                backupId);
1614         VDONE;
1615
1616         VPRINT1("Ending transaction on backup volume %u on source ...",
1617                 backupId);
1618         code = AFSVolEndTrans(fromconn, fromtid, &rcode);
1619         fromtid = 0;
1620         if (!code)
1621             code = rcode;
1622         EGOTO1(mfail, code,
1623                "Failed to end the transaction on the backup volume %u on the source\n",
1624                backupId);
1625         VDONE;
1626     } else
1627         code = 0;               /* no backup volume? that's okay */
1628
1629     fromtid = 0;
1630     if (!(flags & RV_NOCLONE)) {
1631         VPRINT1("Starting transaction on the cloned volume %u ...", newVol);
1632         code =
1633             AFSVolTransCreate(fromconn, newVol, afrompart, ITOffline,
1634                               &clonetid);
1635         EGOTO1(mfail, code,
1636                "Failed to start a transaction on the cloned volume%u\n",
1637                newVol);
1638         VDONE;
1639
1640         /* now delete the clone */
1641         VPRINT1("Deleting the cloned volume %u ...", newVol);
1642         code = AFSVolDeleteVolume(fromconn, clonetid);
1643         EGOTO1(mfail, code, "Failed to delete the cloned volume %u\n",
1644                newVol);
1645         VDONE;
1646
1647         VPRINT1("Ending transaction on cloned volume %u ...", newVol);
1648         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
1649         if (!code)
1650             code = rcode;
1651         clonetid = 0;
1652         EGOTO1(mfail, code,
1653                "Failed to end the transaction on the cloned volume %u\n",
1654                newVol);
1655         VDONE;
1656     }
1657
1658     /* fall through */
1659     /* END OF MOVE */
1660
1661     if (TESTC) {
1662         fprintf(STDOUT, "Fourth test point - operation complete.\n");
1663         fprintf(STDOUT, "...test here (y, n)? ");
1664         fflush(STDOUT);
1665         fscanf(stdin, "%c", &in);
1666         fscanf(stdin, "%c", &lf);       /* toss away */
1667         if (in == 'y') {
1668             fprintf(STDOUT, "type control-c\n");
1669             while (1) {
1670                 fprintf(stdout, ".");
1671                 fflush(stdout);
1672                 sleep(1);
1673             }
1674         }
1675         /* or drop through */
1676     }
1677
1678     /* normal cleanup code */
1679
1680     if (entry.flags & RO_EXISTS)
1681         fprintf(STDERR, "WARNING : readOnly copies still exist \n");
1682
1683     if (islocked) {
1684         VPRINT1("Cleanup: Releasing VLDB lock on volume %u ...", afromvol);
1685         vcode =
1686             ubik_Call(VL_ReleaseLock, cstruct, 0, afromvol, -1,
1687                       (LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP));
1688         if (vcode) {
1689             VPRINT("\n");
1690             fprintf(STDERR,
1691                     " Could not release the lock on the VLDB entry for the volume %lu \n",
1692                     (unsigned long)afromvol);
1693             if (!error)
1694                 error = vcode;
1695         }
1696         VDONE;
1697     }
1698
1699     if (fromtid) {
1700         VPRINT1("Cleanup: Ending transaction on source volume %u ...",
1701                 afromvol);
1702         code = AFSVolEndTrans(fromconn, fromtid, &rcode);
1703         if (code || rcode) {
1704             VPRINT("\n");
1705             fprintf(STDERR,
1706                     "Could not end transaction on the source volume %lu\n",
1707                     (unsigned long)afromvol);
1708             if (!error)
1709                 error = (code ? code : rcode);
1710         }
1711         VDONE;
1712     }
1713
1714     if (clonetid) {
1715         VPRINT1("Cleanup: Ending transaction on clone volume %u ...", newVol);
1716         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
1717         if (code || rcode) {
1718             VPRINT("\n");
1719             fprintf(STDERR,
1720                     "Could not end transaction on the source's clone volume %lu\n",
1721                     (unsigned long)newVol);
1722             if (!error)
1723                 error = (code ? code : rcode);
1724         }
1725         VDONE;
1726     }
1727
1728     if (totid) {
1729         VPRINT1("Cleanup: Ending transaction on destination volume %u ...",
1730                 afromvol);
1731         code = AFSVolEndTrans(toconn, totid, &rcode);
1732         if (code) {
1733             VPRINT("\n");
1734             fprintf(STDERR,
1735                     "Could not end transaction on destination volume %lu\n",
1736                     (unsigned long)afromvol);
1737             if (!error)
1738                 error = (code ? code : rcode);
1739         }
1740         VDONE;
1741     }
1742     if (volName)
1743         free(volName);
1744 #ifdef  ENABLE_BUGFIX_1165
1745     if (infop)
1746         free(infop);
1747 #endif
1748     if (fromconn)
1749         rx_DestroyConnection(fromconn);
1750     if (toconn)
1751         rx_DestroyConnection(toconn);
1752     PrintError("", error);
1753     return error;
1754
1755     /* come here only when the sky falls */
1756   mfail:
1757
1758     if (pntg) {
1759         fprintf(STDOUT,
1760                 "vos move: operation interrupted, cleanup in progress...\n");
1761         fprintf(STDOUT, "clear transaction contexts\n");
1762         fflush(STDOUT);
1763     }
1764
1765     /* unlock VLDB entry */
1766     if (islocked) {
1767         VPRINT1("Recovery: Releasing VLDB lock on volume %u ...", afromvol);
1768         ubik_Call(VL_ReleaseLock, cstruct, 0, afromvol, -1,
1769                   (LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP));
1770         VDONE;
1771     }
1772
1773     if (clonetid) {
1774         VPRINT("Recovery: Ending transaction on clone volume ...");
1775         AFSVolEndTrans(fromconn, clonetid, &rcode);
1776         VDONE;
1777     }
1778     if (totid) {
1779         VPRINT("Recovery: Ending transaction on destination volume ...");
1780         AFSVolEndTrans(toconn, totid, &rcode);
1781         VDONE;
1782     }
1783     if (fromtid) {              /* put it on-line */
1784         VPRINT("Recovery: Setting volume flags on source volume ...");
1785         AFSVolSetFlags(fromconn, fromtid, 0);
1786         VDONE;
1787
1788         VPRINT("Recovery: Ending transaction on source volume ...");
1789         AFSVolEndTrans(fromconn, fromtid, &rcode);
1790         VDONE;
1791     }
1792
1793     VPRINT("Recovery: Accessing VLDB.\n");
1794     vcode = VLDB_GetEntryByID(afromvol, -1, &entry);
1795     if (vcode) {
1796         fprintf(STDOUT, "FATAL: VLDB access error: abort cleanup\n");
1797         fflush(STDOUT);
1798         goto done;
1799     }
1800     MapHostToNetwork(&entry);
1801
1802     /* Delete either the volume on the source location or the target location. 
1803      * If the vldb entry still points to the source location, then we know the
1804      * volume move didn't finish so we remove the volume from the target 
1805      * location. Otherwise, we remove the volume from the source location.
1806      */
1807     if (Lp_Match(afromserver, afrompart, &entry)) {     /* didn't move - delete target volume */
1808         if (pntg) {
1809             fprintf(STDOUT,
1810                     "move incomplete - attempt cleanup of target partition - no guarantee\n");
1811             fflush(STDOUT);
1812         }
1813
1814         if (volid && toconn) {
1815             VPRINT1
1816                 ("Recovery: Creating transaction for destination volume %u ...",
1817                  volid);
1818             code =
1819                 AFSVolTransCreate(toconn, volid, atopart, ITOffline, &totid);
1820
1821             if (!code) {
1822                 VDONE;
1823
1824                 VPRINT1
1825                     ("Recovery: Setting flags on destination volume %u ...",
1826                      volid);
1827                 AFSVolSetFlags(toconn, totid,
1828                                VTDeleteOnSalvage | VTOutOfService);
1829                 VDONE;
1830
1831                 VPRINT1("Recovery: Deleting destination volume %u ...",
1832                         volid);
1833                 AFSVolDeleteVolume(toconn, totid);
1834                 VDONE;
1835
1836                 VPRINT1
1837                     ("Recovery: Ending transaction on destination volume %u ...",
1838                      volid);
1839                 AFSVolEndTrans(toconn, totid, &rcode);
1840                 VDONE;
1841             } else {
1842                 VPRINT1
1843                     ("\nRecovery: Unable to start transaction on destination volume %u.\n",
1844                      afromvol);
1845             }
1846         }
1847
1848         /* put source volume on-line */
1849         if (fromconn) {
1850             VPRINT1("Recovery: Creating transaction on source volume %u ...",
1851                     afromvol);
1852             code =
1853                 AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy,
1854                                   &fromtid);
1855             if (!code) {
1856                 VDONE;
1857
1858                 VPRINT1("Recovery: Setting flags on source volume %u ...",
1859                         afromvol);
1860                 AFSVolSetFlags(fromconn, fromtid, 0);
1861                 VDONE;
1862
1863                 VPRINT1
1864                     ("Recovery: Ending transaction on source volume %u ...",
1865                      afromvol);
1866                 AFSVolEndTrans(fromconn, fromtid, &rcode);
1867                 VDONE;
1868             } else {
1869                 VPRINT1
1870                     ("\nRecovery: Unable to start transaction on source volume %u.\n",
1871                      afromvol);
1872             }
1873         }
1874     } else {                    /* yep, move complete */
1875         if (pntg) {
1876             fprintf(STDOUT,
1877                     "move complete - attempt cleanup of source partition - no guarantee\n");
1878             fflush(STDOUT);
1879         }
1880
1881         /* delete backup volume */
1882         if (fromconn) {
1883             VPRINT1("Recovery: Creating transaction on backup volume %u ...",
1884                     backupId);
1885             code =
1886                 AFSVolTransCreate(fromconn, backupId, afrompart, ITOffline,
1887                                   &fromtid);
1888             if (!code) {
1889                 VDONE;
1890
1891                 VPRINT1("Recovery: Setting flags on backup volume %u ...",
1892                         backupId);
1893                 AFSVolSetFlags(fromconn, fromtid,
1894                                VTDeleteOnSalvage | VTOutOfService);
1895                 VDONE;
1896
1897                 VPRINT1("Recovery: Deleting backup volume %u ...", backupId);
1898                 AFSVolDeleteVolume(fromconn, fromtid);
1899                 VDONE;
1900
1901                 VPRINT1
1902                     ("Recovery: Ending transaction on backup volume %u ...",
1903                      backupId);
1904                 AFSVolEndTrans(fromconn, fromtid, &rcode);
1905                 VDONE;
1906             } else {
1907                 VPRINT1
1908                     ("\nRecovery: Unable to start transaction on backup volume %u.\n",
1909                      backupId);
1910             }
1911
1912             /* delete source volume */
1913             VPRINT1("Recovery: Creating transaction on source volume %u ...",
1914                     afromvol);
1915             code =
1916                 AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy,
1917                                   &fromtid);
1918             if (!code) {
1919                 VDONE;
1920
1921                 VPRINT1("Recovery: Setting flags on backup volume %u ...",
1922                         afromvol);
1923                 AFSVolSetFlags(fromconn, fromtid,
1924                                VTDeleteOnSalvage | VTOutOfService);
1925                 VDONE;
1926
1927                 if (atoserver != afromserver) {
1928                     VPRINT("Recovery: Setting volume forwarding pointer ...");
1929                     AFSVolSetForwarding(fromconn, fromtid, atoserver);
1930                     VDONE;
1931                 }
1932
1933                 VPRINT1("Recovery: Deleting source volume %u ...", afromvol);
1934                 AFSVolDeleteVolume(fromconn, fromtid);
1935                 VDONE;
1936
1937                 VPRINT1
1938                     ("Recovery: Ending transaction on source volume %u ...",
1939                      afromvol);
1940                 AFSVolEndTrans(fromconn, fromtid, &rcode);
1941                 VDONE;
1942             } else {
1943                 VPRINT1
1944                     ("\nRecovery: Unable to start transaction on source volume %u.\n",
1945                      afromvol);
1946             }
1947         }
1948     }
1949
1950     /* common cleanup - delete local clone */
1951     if (newVol) {
1952         VPRINT1("Recovery: Creating transaction on clone volume %u ...",
1953                 newVol);
1954         code =
1955             AFSVolTransCreate(fromconn, newVol, afrompart, ITOffline,
1956                               &clonetid);
1957         if (!code) {
1958             VDONE;
1959
1960             VPRINT1("Recovery: Deleting clone volume %u ...", newVol);
1961             AFSVolDeleteVolume(fromconn, clonetid);
1962             VDONE;
1963
1964             VPRINT1("Recovery: Ending transaction on clone volume %u ...",
1965                     newVol);
1966             AFSVolEndTrans(fromconn, clonetid, &rcode);
1967             VDONE;
1968         } else {
1969             VPRINT1
1970                 ("\nRecovery: Unable to start transaction on source volume %u.\n",
1971                  afromvol);
1972         }
1973     }
1974
1975     /* unlock VLDB entry */
1976     VPRINT1("Recovery: Releasing lock on VLDB entry for volume %u ...",
1977             afromvol);
1978     ubik_Call(VL_ReleaseLock, cstruct, 0, afromvol, -1,
1979               (LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP));
1980     VDONE;
1981
1982   done:                 /* routine cleanup */
1983     if (volName)
1984         free(volName);
1985 #ifdef  ENABLE_BUGFIX_1165
1986     if (infop)
1987         free(infop);
1988 #endif
1989     if (fromconn)
1990         rx_DestroyConnection(fromconn);
1991     if (toconn)
1992         rx_DestroyConnection(toconn);
1993
1994     if (pntg) {
1995         fprintf(STDOUT, "cleanup complete - user verify desired result\n");
1996         fflush(STDOUT);
1997     }
1998     exit(1);
1999 }
2000
2001
2002 int
2003 UV_MoveVolume(afs_int32 afromvol, afs_int32 afromserver, afs_int32 afrompart,
2004               afs_int32 atoserver, afs_int32 atopart)
2005 {
2006     return UV_MoveVolume2(afromvol, afromserver, afrompart,
2007                           atoserver, atopart, 0);
2008 }
2009
2010
2011 /* Copy volume <afromvol> from <afromserver> <afrompart> to <atoserver>
2012  * <atopart>.  The new volume is named by <atovolname>.  The new volume
2013  * has ID <atovolid> if that is nonzero; otherwise a new ID is allocated
2014  * from the VLDB.  the following flags are supported:
2015  * 
2016  *     RV_RDONLY  - target volume is RO
2017  *     RV_OFFLINE - leave target volume offline
2018  *     RV_CPINCR  - do incremental dump if target exists
2019  *     RV_NOVLDB  - don't create/update VLDB entry
2020  *     RV_NOCLONE - don't use a copy clone
2021  */
2022 int
2023 UV_CopyVolume2(afs_int32 afromvol, afs_int32 afromserver, afs_int32 afrompart,
2024                char *atovolname, afs_int32 atoserver, afs_int32 atopart,
2025                afs_int32 atovolid, int flags)
2026 {
2027     struct rx_connection *toconn, *fromconn;
2028     afs_int32 fromtid, totid, clonetid;
2029     char vname[64];
2030     afs_int32 rcode;
2031     afs_int32 fromDate, cloneFromDate;
2032     struct restoreCookie cookie;
2033     register afs_int32 vcode, code;
2034     afs_int32 cloneVol, newVol, volflag;
2035     struct volser_status tstatus;
2036     struct destServer destination;
2037
2038     struct nvldbentry entry, newentry, storeEntry;
2039     int islocked, pntg;
2040     afs_int32 error;
2041     int justclone = 0;
2042
2043     islocked = 0;
2044     fromconn = (struct rx_connection *)0;
2045     toconn = (struct rx_connection *)0;
2046     fromtid = 0;
2047     totid = 0;
2048     clonetid = 0;
2049     error = 0;
2050     pntg = 0;
2051     newVol = 0;
2052
2053     /* support control-c processing */
2054     if (setjmp(env))
2055         goto mfail;
2056     (void)signal(SIGINT, sigint_handler);
2057
2058     vcode = VLDB_GetEntryByID(afromvol, -1, &entry);
2059     EGOTO1(mfail, vcode,
2060            "Could not fetch the entry for the volume  %u from the VLDB \n",
2061            afromvol);
2062     MapHostToNetwork(&entry);
2063
2064     pntg = 1;
2065     toconn = UV_Bind(atoserver, AFSCONF_VOLUMEPORT);    /* get connections to the servers */
2066     fromconn = UV_Bind(afromserver, AFSCONF_VOLUMEPORT);
2067     fromtid = totid = 0;        /* initialize to uncreated */
2068
2069
2070     /* check if we can shortcut and use a local clone instead of a full copy */
2071     if (afromserver == atoserver && afrompart == atopart) {
2072         justclone = 1;
2073     }
2074
2075     /* ***
2076      * clone the read/write volume locally.
2077      * ***/
2078
2079     cloneVol = 0;
2080     if (!(flags & RV_NOCLONE)) {
2081         VPRINT1("Starting transaction on source volume %u ...", afromvol);
2082         code = AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy,
2083                                  &fromtid);
2084         EGOTO1(mfail, code, "Failed to create transaction on the volume %u\n",
2085                afromvol);
2086         VDONE;
2087
2088         /* Get a clone id */
2089         VPRINT1("Allocating new volume id for clone of volume %u ...",
2090                 afromvol);
2091         cloneVol = 0;
2092         vcode = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &cloneVol);
2093         EGOTO1(mfail, vcode,
2094            "Could not get an ID for the clone of volume %u from the VLDB\n",
2095            afromvol);
2096         VDONE;
2097     }
2098
2099     if (atovolid) {
2100         newVol = atovolid;
2101     } else {
2102         /* Get a new volume id */
2103         VPRINT1("Allocating new volume id for copy of volume %u ...", afromvol);
2104         newVol = 0;
2105         vcode = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &newVol);
2106         EGOTO1(mfail, vcode,
2107                "Could not get an ID for the copy of volume %u from the VLDB\n",
2108                afromvol);
2109         VDONE;
2110     }
2111
2112     if (!(flags & RV_NOCLONE)) {
2113         /* Do the clone. Default flags on clone are set to delete on salvage and out of service */
2114         VPRINT1("Cloning source volume %u ...", afromvol);
2115         strcpy(vname, "copy-clone-temp");
2116         code =
2117             AFSVolClone(fromconn, fromtid, 0, readonlyVolume, vname,
2118                         &cloneVol);
2119         EGOTO1(mfail, code, "Failed to clone the source volume %u\n",
2120                afromvol);
2121         VDONE;
2122
2123         VPRINT1("Ending the transaction on the source volume %u ...", afromvol);
2124         rcode = 0;
2125         code = AFSVolEndTrans(fromconn, fromtid, &rcode);
2126         fromtid = 0;
2127         if (!code)
2128             code = rcode;
2129         EGOTO1(mfail, code,
2130                "Failed to end the transaction on the source volume %u\n",
2131                afromvol);
2132         VDONE;
2133     }
2134
2135     /* ***
2136      * Create the destination volume
2137      * ***/
2138
2139     if (!(flags & RV_NOCLONE)) {
2140         VPRINT1("Starting transaction on the cloned volume %u ...", cloneVol);
2141         code =
2142             AFSVolTransCreate(fromconn, cloneVol, afrompart, ITOffline,
2143                           &clonetid);
2144         EGOTO1(mfail, code,
2145                "Failed to start a transaction on the cloned volume%u\n",
2146                cloneVol);
2147         VDONE;
2148
2149         VPRINT1("Setting flags on cloned volume %u ...", cloneVol);
2150         code =
2151             AFSVolSetFlags(fromconn, clonetid,
2152                            VTDeleteOnSalvage | VTOutOfService); /*redundant */
2153         EGOTO1(mfail, code, "Could not set flags on the cloned volume %u\n",
2154                cloneVol);
2155         VDONE;
2156
2157         /* remember time from which we've dumped the volume */
2158         VPRINT1("Getting status of cloned volume %u ...", cloneVol);
2159         code = AFSVolGetStatus(fromconn, clonetid, &tstatus);
2160         EGOTO1(mfail, code,
2161                "Failed to get the status of the cloned volume %u\n",
2162                cloneVol);
2163         VDONE;
2164
2165         fromDate = tstatus.creationDate - CLOCKSKEW;
2166     } else {
2167         fromDate = 0;
2168     }
2169
2170     /* create a volume on the target machine */
2171     cloneFromDate = 0;
2172     code = AFSVolTransCreate(toconn, newVol, atopart, ITOffline, &totid);
2173     if (!code) {
2174         if ((flags & RV_CPINCR)) {
2175             VPRINT1("Getting status of pre-existing volume %u ...", newVol);
2176             code = AFSVolGetStatus(toconn, totid, &tstatus);
2177             EGOTO1(mfail, code,
2178                    "Failed to get the status of the pre-existing volume %u\n",
2179                    newVol);
2180             VDONE;
2181
2182             /* Using the update date should be OK here, but add some fudge */
2183             cloneFromDate = tstatus.updateDate - CLOCKSKEW;
2184             if ((flags & RV_NOCLONE))
2185                 fromDate = cloneFromDate;
2186
2187             /* XXX We should check that the source volume's creationDate is
2188              * XXX not newer than the existing target volume, and if not,
2189              * XXX throw away the existing target and do a full dump. */
2190
2191             goto cpincr;
2192         }
2193
2194         /* Delete the existing volume.
2195          * While we are deleting the volume in these steps, the transaction
2196          * we started against the cloned volume (clonetid above) will be
2197          * sitting idle. It will get cleaned up after 600 seconds
2198          */
2199         VPRINT1("Deleting pre-existing volume %u on destination ...", newVol);
2200         code = AFSVolDeleteVolume(toconn, totid);
2201         EGOTO1(mfail, code,
2202                "Could not delete the pre-existing volume %u on destination\n",
2203                newVol);
2204         VDONE;
2205
2206         VPRINT1
2207             ("Ending transaction on pre-existing volume %u on destination ...",
2208              newVol);
2209         code = AFSVolEndTrans(toconn, totid, &rcode);
2210         totid = 0;
2211         if (!code)
2212             code = rcode;
2213         EGOTO1(mfail, code,
2214                "Could not end the transaction on pre-existing volume %u on destination\n",
2215                newVol);
2216         VDONE;
2217     }
2218
2219     VPRINT1("Creating the destination volume %u ...", newVol);
2220     code =
2221         AFSVolCreateVolume(toconn, atopart, atovolname,
2222                            (flags & RV_RDONLY) ? volser_RO : volser_RW,
2223                            newVol, &newVol, &totid);
2224     EGOTO1(mfail, code, "Failed to create the destination volume %u\n",
2225            newVol);
2226     VDONE;
2227
2228     VPRINT1("Setting volume flags on destination volume %u ...", newVol);
2229     code =
2230         AFSVolSetFlags(toconn, totid, (VTDeleteOnSalvage | VTOutOfService));
2231     EGOTO1(mfail, code,
2232            "Failed to set the flags on the destination volume %u\n", newVol);
2233     VDONE;
2234
2235 cpincr:
2236
2237     destination.destHost = ntohl(atoserver);
2238     destination.destPort = AFSCONF_VOLUMEPORT;
2239     destination.destSSID = 1;
2240
2241     strncpy(cookie.name, atovolname, VOLSER_OLDMAXVOLNAME);
2242     cookie.type = (flags & RV_RDONLY) ? ROVOL : RWVOL;
2243     cookie.parent = 0;
2244     cookie.clone = 0;
2245
2246     /***
2247      * Now dump the clone to the new volume
2248      ***/
2249
2250     if (!(flags & RV_NOCLONE)) {
2251         /* XXX probably should have some code here that checks to see if
2252          * XXX we are copying to same server and partition - if so, just
2253          * XXX use a clone to save disk space */
2254
2255         /* Copy the clone to the new volume */
2256         VPRINT2("Dumping from clone %u on source to volume %u on destination ...",
2257             cloneVol, newVol);
2258         code =
2259             AFSVolForward(fromconn, clonetid, cloneFromDate, &destination,
2260                           totid, &cookie);
2261         EGOTO1(mfail, code, "Failed to move data for the volume %u\n",
2262                newVol);
2263         VDONE;
2264
2265         VPRINT1("Ending transaction on cloned volume %u ...", cloneVol);
2266         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
2267         if (!code)
2268             code = rcode;
2269         clonetid = 0;
2270         EGOTO1(mfail, code,
2271                "Failed to end the transaction on the cloned volume %u\n",
2272                cloneVol);
2273         VDONE;
2274     }
2275
2276     /* ***
2277      * reattach to the main-line volume, and incrementally dump it.
2278      * ***/
2279
2280     VPRINT1("Starting transaction on source volume %u ...", afromvol);
2281     code = AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy, &fromtid);
2282     EGOTO1(mfail, code,
2283            "Failed to create a transaction on the source volume %u\n",
2284            afromvol);
2285     VDONE;
2286
2287     /* now do the incremental */
2288     VPRINT2
2289         ("Doing the%s dump from source to destination for volume %u ... ",
2290          (flags & RV_NOCLONE) ? "" : " incremental",
2291          afromvol);
2292     code =
2293         AFSVolForward(fromconn, fromtid, fromDate, &destination, totid,
2294                       &cookie);
2295     EGOTO1(mfail, code,
2296            "Failed to do the%s dump from old site to new site\n",
2297            afromvol);
2298     VDONE;
2299
2300     VPRINT1("Setting volume flags on destination volume %u ...", newVol);
2301     volflag = ((flags & RV_OFFLINE) ? VTOutOfService : 0);      /* off or on-line */
2302     code = AFSVolSetFlags(toconn, totid, volflag);
2303     EGOTO(mfail, code,
2304           "Failed to set the flags to make destination volume online\n");
2305     VDONE;
2306
2307     /* put new volume online */
2308     VPRINT1("Ending transaction on destination volume %u ...", newVol);
2309     code = AFSVolEndTrans(toconn, totid, &rcode);
2310     totid = 0;
2311     if (!code)
2312         code = rcode;
2313     EGOTO1(mfail, code,
2314            "Failed to end the transaction on the destination volume %u\n",
2315            newVol);
2316     VDONE;
2317
2318     VPRINT1("Ending transaction on source volume %u ...", afromvol);
2319     code = AFSVolEndTrans(fromconn, fromtid, &rcode);
2320     fromtid = 0;
2321     if (!code)
2322         code = rcode;
2323     EGOTO1(mfail, code,
2324            "Failed to end the transaction on the source volume %u\n",
2325            afromvol);
2326     VDONE;
2327
2328     fromtid = 0;
2329
2330     if (!(flags & RV_NOCLONE)) {
2331         VPRINT1("Starting transaction on the cloned volume %u ...", cloneVol);
2332         code =
2333             AFSVolTransCreate(fromconn, cloneVol, afrompart, ITOffline,
2334                               &clonetid);
2335         EGOTO1(mfail, code,
2336                "Failed to start a transaction on the cloned volume%u\n",
2337                cloneVol);
2338         VDONE;
2339
2340         /* now delete the clone */
2341         VPRINT1("Deleting the cloned volume %u ...", cloneVol);
2342         code = AFSVolDeleteVolume(fromconn, clonetid);
2343         EGOTO1(mfail, code, "Failed to delete the cloned volume %u\n",
2344                cloneVol);
2345         VDONE;
2346
2347         VPRINT1("Ending transaction on cloned volume %u ...", cloneVol);
2348         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
2349         if (!code)
2350             code = rcode;
2351         clonetid = 0;
2352         EGOTO1(mfail, code,
2353                "Failed to end the transaction on the cloned volume %u\n",
2354                cloneVol);
2355         VDONE;
2356     }
2357
2358     if (!(flags & RV_NOVLDB)) {
2359         /* create the vldb entry for the copied volume */
2360         strncpy(newentry.name, atovolname, VOLSER_OLDMAXVOLNAME);
2361         newentry.nServers = 1;
2362         newentry.serverNumber[0] = atoserver;
2363         newentry.serverPartition[0] = atopart;
2364         newentry.flags = (flags & RV_RDONLY) ? RO_EXISTS : RW_EXISTS;
2365         newentry.serverFlags[0] = (flags & RV_RDONLY) ? ITSROVOL : ITSRWVOL;
2366         newentry.volumeId[RWVOL] = newVol;
2367         newentry.volumeId[ROVOL] = (flags & RV_RDONLY) ? newVol : 0;
2368         newentry.volumeId[BACKVOL] = 0;
2369         newentry.cloneId = 0;
2370         /*map into right byte order, before passing to xdr, the stuff has to be in host
2371          * byte order. Xdr converts it into network order */
2372         MapNetworkToHost(&newentry, &storeEntry);
2373         /* create the vldb entry */
2374         vcode = VLDB_CreateEntry(&storeEntry);
2375         if (vcode) {
2376             fprintf(STDERR,
2377                     "Could not create a VLDB entry for the volume %s %lu\n",
2378                     atovolname, (unsigned long)newVol);
2379             /*destroy the created volume */
2380             VPRINT1("Deleting the newly created volume %u\n", newVol);
2381             AFSVolDeleteVolume(toconn, totid);
2382             error = vcode;
2383             goto mfail;
2384         }
2385         VPRINT2("Created the VLDB entry for the volume %s %u\n", atovolname,
2386                 newVol);
2387     }
2388
2389     /* normal cleanup code */
2390
2391     if (fromtid) {
2392         VPRINT1("Cleanup: Ending transaction on source volume %u ...",
2393                 afromvol);
2394         code = AFSVolEndTrans(fromconn, fromtid, &rcode);
2395         if (code || rcode) {
2396             VPRINT("\n");
2397             fprintf(STDERR,
2398                     "Could not end transaction on the source volume %lu\n",
2399                     (unsigned long)afromvol);
2400             if (!error)
2401                 error = (code ? code : rcode);
2402         }
2403         VDONE;
2404     }
2405
2406     if (clonetid) {
2407         VPRINT1("Cleanup: Ending transaction on clone volume %u ...",
2408                 cloneVol);
2409         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
2410         if (code || rcode) {
2411             VPRINT("\n");
2412             fprintf(STDERR,
2413                     "Could not end transaction on the source's clone volume %lu\n",
2414                     (unsigned long)cloneVol);
2415             if (!error)
2416                 error = (code ? code : rcode);
2417         }
2418         VDONE;
2419     }
2420
2421     if (totid) {
2422         VPRINT1("Cleanup: Ending transaction on destination volume %u ...",
2423                 newVol);
2424         code = AFSVolEndTrans(toconn, totid, &rcode);
2425         if (code) {
2426             VPRINT("\n");
2427             fprintf(STDERR,
2428                     "Could not end transaction on destination volume %lu\n",
2429                     (unsigned long)newVol);
2430             if (!error)
2431                 error = (code ? code : rcode);
2432         }
2433         VDONE;
2434     }
2435     if (fromconn)
2436         rx_DestroyConnection(fromconn);
2437     if (toconn)
2438         rx_DestroyConnection(toconn);
2439     PrintError("", error);
2440     return error;
2441
2442     /* come here only when the sky falls */
2443   mfail:
2444
2445     if (pntg) {
2446         fprintf(STDOUT,
2447                 "vos copy: operation interrupted, cleanup in progress...\n");
2448         fprintf(STDOUT, "clear transaction contexts\n");
2449         fflush(STDOUT);
2450     }
2451
2452     if (clonetid) {
2453         VPRINT("Recovery: Ending transaction on clone volume ...");
2454         AFSVolEndTrans(fromconn, clonetid, &rcode);
2455         VDONE;
2456     }
2457     if (totid) {
2458         VPRINT("Recovery: Ending transaction on destination volume ...");
2459         AFSVolEndTrans(toconn, totid, &rcode);
2460         VDONE;
2461     }
2462     if (fromtid) {              /* put it on-line */
2463         VPRINT("Recovery: Ending transaction on source volume ...");
2464         AFSVolEndTrans(fromconn, fromtid, &rcode);
2465         VDONE;
2466     }
2467
2468     VPRINT("Recovery: Accessing VLDB.\n");
2469     vcode = VLDB_GetEntryByID(afromvol, -1, &entry);
2470     if (vcode) {
2471         fprintf(STDOUT, "FATAL: VLDB access error: abort cleanup\n");
2472         fflush(STDOUT);
2473         goto done;
2474     }
2475     MapHostToNetwork(&entry);
2476
2477     /* common cleanup - delete local clone */
2478     if (cloneVol) {
2479         VPRINT1("Recovery: Creating transaction on clone volume %u ...",
2480                 cloneVol);
2481         code =
2482             AFSVolTransCreate(fromconn, newVol, afrompart, ITOffline,
2483                               &clonetid);
2484         if (!code) {
2485             VDONE;
2486
2487             VPRINT1("Recovery: Deleting clone volume %u ...", cloneVol);
2488             AFSVolDeleteVolume(fromconn, clonetid);
2489             VDONE;
2490
2491             VPRINT1("Recovery: Ending transaction on clone volume %u ...",
2492                     cloneVol);
2493             AFSVolEndTrans(fromconn, clonetid, &rcode);
2494             VDONE;
2495         } else {
2496             VPRINT1
2497                 ("\nRecovery: Unable to start transaction on clone volume %u.\n",
2498                  cloneVol);
2499         }
2500     }
2501
2502   done:                 /* routine cleanup */
2503     if (fromconn)
2504         rx_DestroyConnection(fromconn);
2505     if (toconn)
2506         rx_DestroyConnection(toconn);
2507
2508     if (pntg) {
2509         fprintf(STDOUT, "cleanup complete - user verify desired result\n");
2510         fflush(STDOUT);
2511     }
2512     exit(1);
2513 }
2514
2515
2516 int
2517 UV_CopyVolume(afs_int32 afromvol, afs_int32 afromserver, afs_int32 afrompart,
2518               char *atovolname, afs_int32 atoserver, afs_int32 atopart)
2519 {
2520     return UV_CopyVolume2(afromvol, afromserver, afrompart,
2521                           atovolname, atoserver, atopart, 0, 0);
2522 }
2523
2524
2525
2526 /* Make a new backup of volume <avolid> on <aserver> and <apart> 
2527  * if one already exists, update it 
2528  */
2529
2530 int
2531 UV_BackupVolume(afs_int32 aserver, afs_int32 apart, afs_int32 avolid)
2532 {
2533     struct rx_connection *aconn = (struct rx_connection *)0;
2534     afs_int32 ttid = 0, btid = 0;
2535     afs_int32 backupID;
2536     afs_int32 code = 0, rcode = 0;
2537     char vname[VOLSER_MAXVOLNAME + 1];
2538     struct nvldbentry entry, storeEntry;
2539     afs_int32 error = 0;
2540     int vldblocked = 0, vldbmod = 0, backexists = 1;
2541
2542     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
2543
2544     /* the calls to VLDB will succeed only if avolid is a RW volume,
2545      * since we are following the RW hash chain for searching */
2546     code = VLDB_GetEntryByID(avolid, RWVOL, &entry);
2547     if (code) {
2548         fprintf(STDERR,
2549                 "Could not fetch the entry for the volume %lu from the VLDB \n",
2550                 (unsigned long)avolid);
2551         error = code;
2552         goto bfail;
2553     }
2554     MapHostToNetwork(&entry);
2555
2556     /* These operations require the VLDB be locked since it means the VLDB
2557      * will change or the vldb is already locked.
2558      */
2559     if (!(entry.flags & BACK_EXISTS) || /* backup volume doesnt exist */
2560         (entry.flags & VLOP_ALLOPERS) ||        /* vldb lock already held */
2561         (entry.volumeId[BACKVOL] == INVALID_BID)) {     /* no assigned backup volume id */
2562
2563         code = ubik_Call(VL_SetLock, cstruct, 0, avolid, RWVOL, VLOP_BACKUP);
2564         if (code) {
2565             fprintf(STDERR,
2566                     "Could not lock the VLDB entry for the volume %lu\n",
2567                     (unsigned long)avolid);
2568             error = code;
2569             goto bfail;
2570         }
2571         vldblocked = 1;
2572
2573         /* Reread the vldb entry */
2574         code = VLDB_GetEntryByID(avolid, RWVOL, &entry);
2575         if (code) {
2576             fprintf(STDERR,
2577                     "Could not fetch the entry for the volume %lu from the VLDB \n",
2578                     (unsigned long)avolid);
2579             error = code;
2580             goto bfail;
2581         }
2582         MapHostToNetwork(&entry);
2583     }
2584
2585     if (!ISNAMEVALID(entry.name)) {
2586         fprintf(STDERR, "Name of the volume %s exceeds the size limit\n",
2587                 entry.name);
2588         error = VOLSERBADNAME;
2589         goto bfail;
2590     }
2591
2592     backupID = entry.volumeId[BACKVOL];
2593     if (backupID == INVALID_BID) {
2594         /* Get a backup volume id from the VLDB and update the vldb
2595          * entry with it. 
2596          */
2597         code = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &backupID);
2598         if (code) {
2599             fprintf(STDERR,
2600                     "Could not allocate ID for the backup volume of  %lu from the VLDB\n",
2601                     (unsigned long)avolid);
2602             error = code;
2603             goto bfail;
2604         }
2605         entry.volumeId[BACKVOL] = backupID;
2606         vldbmod = 1;
2607     }
2608
2609     /* Test to see if the backup volume exists by trying to create
2610      * a transaction on the backup volume. We've assumed the backup exists.
2611      */
2612     code = AFSVolTransCreate(aconn, backupID, apart, ITOffline, &btid);
2613     if (code) {
2614         if (code != VNOVOL) {
2615             fprintf(STDERR, "Could not reach the backup volume %lu\n",
2616                     (unsigned long)backupID);
2617             error = code;
2618             goto bfail;
2619         }
2620         backexists = 0;         /* backup volume does not exist */
2621     }
2622     if (btid) {
2623         code = AFSVolEndTrans(aconn, btid, &rcode);
2624         btid = 0;
2625         if (code || rcode) {
2626             fprintf(STDERR,
2627                     "Could not end transaction on the previous backup volume %lu\n",
2628                     (unsigned long)backupID);
2629             error = (code ? code : rcode);
2630             goto bfail;
2631         }
2632     }
2633
2634     /* Now go ahead and try to clone the RW volume.
2635      * First start a transaction on the RW volume 
2636      */
2637     code = AFSVolTransCreate(aconn, avolid, apart, ITBusy, &ttid);
2638     if (code) {
2639         fprintf(STDERR, "Could not start a transaction on the volume %lu\n",
2640                 (unsigned long)avolid);
2641         error = code;
2642         goto bfail;
2643     }
2644
2645     /* Clone or reclone the volume, depending on whether the backup 
2646      * volume exists or not
2647      */
2648     if (backexists) {
2649         VPRINT1("Re-cloning backup volume %u ...", backupID);
2650
2651         code = AFSVolReClone(aconn, ttid, backupID);
2652         if (code) {
2653             fprintf(STDERR, "Could not re-clone backup volume %lu\n",
2654                     (unsigned long)backupID);
2655             error = code;
2656             goto bfail;
2657         }
2658     } else {
2659         VPRINT1("Creating a new backup clone %u ...", backupID);
2660
2661         strcpy(vname, entry.name);
2662         strcat(vname, ".backup");
2663
2664         code = AFSVolClone(aconn, ttid, 0, backupVolume, vname, &backupID);
2665         if (code) {
2666             fprintf(STDERR, "Failed to clone the volume %lu\n",
2667                     (unsigned long)avolid);
2668             error = code;
2669             goto bfail;
2670         }
2671     }
2672
2673     /* End the transaction on the RW volume */
2674     code = AFSVolEndTrans(aconn, ttid, &rcode);
2675     ttid = 0;
2676     if (code || rcode) {
2677         fprintf(STDERR,
2678                 "Failed to end the transaction on the rw volume %lu\n",
2679                 (unsigned long)avolid);
2680         error = (code ? code : rcode);
2681         goto bfail;
2682     }
2683
2684     /* Mork vldb as backup exists */
2685     if (!(entry.flags & BACK_EXISTS)) {
2686         entry.flags |= BACK_EXISTS;
2687         vldbmod = 1;
2688     }
2689
2690     /* Now go back to the backup volume and bring it on line */
2691     code = AFSVolTransCreate(aconn, backupID, apart, ITOffline, &btid);
2692     if (code) {
2693         fprintf(STDERR,
2694                 "Failed to start a transaction on the backup volume %lu\n",
2695                 (unsigned long)backupID);
2696         error = code;
2697         goto bfail;
2698     }
2699
2700     code = AFSVolSetFlags(aconn, btid, 0);
2701     if (code) {
2702         fprintf(STDERR, "Could not mark the backup volume %lu on line \n",
2703                 (unsigned long)backupID);
2704         error = code;
2705         goto bfail;
2706     }
2707
2708     code = AFSVolEndTrans(aconn, btid, &rcode);
2709     btid = 0;
2710     if (code || rcode) {
2711         fprintf(STDERR,
2712                 "Failed to end the transaction on the backup volume %lu\n",
2713                 (unsigned long)backupID);
2714         error = (code ? code : rcode);
2715         goto bfail;
2716     }
2717
2718     VDONE;
2719
2720     /* Will update the vldb below */
2721
2722   bfail:
2723     if (ttid) {
2724         code = AFSVolEndTrans(aconn, ttid, &rcode);
2725         if (code || rcode) {
2726             fprintf(STDERR, "Could not end transaction on the volume %lu\n",
2727                     (unsigned long)avolid);
2728             if (!error)
2729                 error = (code ? code : rcode);
2730         }
2731     }
2732
2733     if (btid) {
2734         code = AFSVolEndTrans(aconn, btid, &rcode);
2735         if (code || rcode) {
2736             fprintf(STDERR,
2737                     "Could not end transaction the backup volume %lu\n",
2738                     (unsigned long)backupID);
2739             if (!error)
2740                 error = (code ? code : rcode);
2741         }
2742     }
2743
2744     /* Now update the vldb - if modified */
2745     if (vldblocked) {
2746         if (vldbmod) {
2747             MapNetworkToHost(&entry, &storeEntry);
2748             code =
2749                 VLDB_ReplaceEntry(avolid, RWVOL, &storeEntry,
2750                                   (LOCKREL_OPCODE | LOCKREL_AFSID |
2751                                    LOCKREL_TIMESTAMP));
2752             if (code) {
2753                 fprintf(STDERR,
2754                         "Could not update the VLDB entry for the volume %lu \n",
2755                         (unsigned long)avolid);
2756                 if (!error)
2757                     error = code;
2758             }
2759         } else {
2760             code =
2761                 ubik_Call(VL_ReleaseLock, cstruct, 0, avolid, RWVOL,
2762                           (LOCKREL_OPCODE | LOCKREL_AFSID |
2763                            LOCKREL_TIMESTAMP));
2764             if (code) {
2765                 fprintf(STDERR,
2766                         "Could not unlock the VLDB entry for the volume %lu \n",
2767                         (unsigned long)avolid);
2768                 if (!error)
2769                     error = code;
2770             }
2771         }
2772     }
2773
2774     if (aconn)
2775         rx_DestroyConnection(aconn);
2776
2777     PrintError("", error);
2778     return error;
2779 }
2780
2781 /* Make a new clone of volume <avolid> on <aserver> and <apart> 
2782  * using volume ID <acloneid>, or a new ID allocated from the VLDB.
2783  * The new volume is named by <aname>, or by appending ".clone" to
2784  * the existing name if <aname> is NULL.  The following flags are
2785  * supported:
2786  * 
2787  *     RV_RDONLY  - target volume is RO
2788  *     RV_OFFLINE - leave target volume offline
2789  */
2790
2791 int
2792 UV_CloneVolume(afs_int32 aserver, afs_int32 apart, afs_int32 avolid,
2793                afs_int32 acloneid, char *aname, int flags)
2794 {
2795     struct rx_connection *aconn = (struct rx_connection *)0;
2796     afs_int32 ttid = 0, btid = 0;
2797     afs_int32 code = 0, rcode = 0;
2798     char vname[VOLSER_MAXVOLNAME + 1];
2799     afs_int32 error = 0;
2800     int backexists = 1;
2801     volEntries volumeInfo;
2802
2803     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
2804
2805     if (!aname) {
2806         volumeInfo.volEntries_val = (volintInfo *) 0;
2807         volumeInfo.volEntries_len = 0;
2808         code = AFSVolListOneVolume(aconn, apart, avolid, &volumeInfo);
2809         if (code) {
2810             fprintf(stderr, "Could not get info for volume %lu\n",
2811                     (unsigned long)avolid);
2812             error = code;
2813             goto bfail;
2814         }
2815         strncpy(vname, volumeInfo.volEntries_val[0].name,
2816                 VOLSER_OLDMAXVOLNAME - 7);
2817         vname[VOLSER_OLDMAXVOLNAME - 7] = 0;
2818         strcat(vname, ".clone");
2819         aname = vname;
2820         if (volumeInfo.volEntries_val)
2821             free(volumeInfo.volEntries_val);
2822     }
2823
2824     if (!acloneid) {
2825         /* Get a clone id */
2826         VPRINT1("Allocating new volume id for clone of volume %u ...",
2827                 avolid);
2828         code = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &acloneid);
2829         EGOTO1(bfail, code,
2830            "Could not get an ID for the clone of volume %u from the VLDB\n",
2831            avolid);
2832         VDONE;
2833     }
2834
2835     /* Test to see if the clone volume exists by trying to create
2836      * a transaction on the clone volume. We've assumed the clone exists.
2837      */
2838     /* XXX I wonder what happens if the clone has some other parent... */
2839     code = AFSVolTransCreate(aconn, acloneid, apart, ITOffline, &btid);
2840     if (code) {
2841         if (code != VNOVOL) {
2842             fprintf(STDERR, "Could not reach the clone volume %lu\n",
2843                     (unsigned long)acloneid);
2844             error = code;
2845             goto bfail;
2846         }
2847         backexists = 0;         /* backup volume does not exist */
2848     }
2849     if (btid) {
2850         code = AFSVolEndTrans(aconn, btid, &rcode);
2851         btid = 0;
2852         if (code || rcode) {
2853             fprintf(STDERR,
2854                     "Could not end transaction on the previous clone volume %lu\n",
2855                     (unsigned long)acloneid);
2856             error = (code ? code : rcode);
2857             goto bfail;
2858         }
2859     }
2860
2861     /* Now go ahead and try to clone the RW volume.
2862      * First start a transaction on the RW volume 
2863      */
2864     code = AFSVolTransCreate(aconn, avolid, apart, ITBusy, &ttid);
2865     if (code) {
2866         fprintf(STDERR, "Could not start a transaction on the volume %lu\n",
2867                 (unsigned long)avolid);
2868         error = code;
2869         goto bfail;
2870     }
2871
2872     /* Clone or reclone the volume, depending on whether the backup 
2873      * volume exists or not
2874      */
2875     if (backexists) {
2876         VPRINT1("Re-cloning clone volume %u ...", acloneid);
2877
2878         code = AFSVolReClone(aconn, ttid, acloneid);
2879         if (code) {
2880             fprintf(STDERR, "Could not re-clone backup volume %lu\n",
2881                     (unsigned long)acloneid);
2882             error = code;
2883             goto bfail;
2884         }
2885     } else {
2886         VPRINT1("Creating a new clone %u ...", acloneid);
2887
2888         code = AFSVolClone(aconn, ttid, 0,
2889                            (flags & RV_RDONLY) ? readonlyVolume : backupVolume,
2890                            aname, &acloneid);
2891         if (code) {
2892             fprintf(STDERR, "Failed to clone the volume %lu\n",
2893                     (unsigned long)avolid);
2894             error = code;
2895             goto bfail;
2896         }
2897     }
2898
2899     /* End the transaction on the RW volume */
2900     code = AFSVolEndTrans(aconn, ttid, &rcode);
2901     ttid = 0;
2902     if (code || rcode) {
2903         fprintf(STDERR,
2904                 "Failed to end the transaction on the rw volume %lu\n",
2905                 (unsigned long)avolid);
2906         error = (code ? code : rcode);
2907         goto bfail;
2908     }
2909
2910     /* Now go back to the backup volume and bring it on line */
2911     if (!(flags & RV_OFFLINE)) {
2912         code = AFSVolTransCreate(aconn, acloneid, apart, ITOffline, &btid);
2913         if (code) {
2914             fprintf(STDERR,
2915                     "Failed to start a transaction on the clone volume %lu\n",
2916                     (unsigned long)acloneid);
2917             error = code;
2918             goto bfail;
2919         }
2920
2921         code = AFSVolSetFlags(aconn, btid, 0);
2922         if (code) {
2923             fprintf(STDERR, "Could not mark the clone volume %lu on line \n",
2924                     (unsigned long)acloneid);
2925             error = code;
2926             goto bfail;
2927         }
2928
2929         code = AFSVolEndTrans(aconn, btid, &rcode);
2930         btid = 0;
2931         if (code || rcode) {
2932             fprintf(STDERR,
2933                     "Failed to end the transaction on the clone volume %lu\n",
2934                     (unsigned long)acloneid);
2935             error = (code ? code : rcode);
2936             goto bfail;
2937         }
2938     }
2939
2940     VDONE;
2941
2942   bfail:
2943     if (ttid) {
2944         code = AFSVolEndTrans(aconn, ttid, &rcode);
2945         if (code || rcode) {
2946             fprintf(STDERR, "Could not end transaction on the volume %lu\n",
2947                     (unsigned long)avolid);
2948             if (!error)
2949                 error = (code ? code : rcode);
2950         }
2951     }
2952
2953     if (btid) {
2954         code = AFSVolEndTrans(aconn, btid, &rcode);
2955         if (code || rcode) {
2956             fprintf(STDERR,
2957                     "Could not end transaction on the clone volume %lu\n",
2958                     (unsigned long)acloneid);
2959             if (!error)
2960                 error = (code ? code : rcode);
2961         }
2962     }
2963
2964     if (aconn)
2965         rx_DestroyConnection(aconn);
2966
2967     PrintError("", error);
2968     return error;
2969 }
2970
2971 static int
2972 DelVol(struct rx_connection *conn, afs_int32 vid, afs_int32 part,
2973        afs_int32 flags)
2974 {
2975     afs_int32 acode, ccode, rcode, tid;
2976     ccode = rcode = tid = 0;
2977
2978     acode = AFSVolTransCreate(conn, vid, part, flags, &tid);
2979     if (!acode) {               /* It really was there */
2980         acode = AFSVolDeleteVolume(conn, tid);
2981         if (acode) {
2982             fprintf(STDERR, "Failed to delete volume %lu.\n",
2983                     (unsigned long)vid);
2984             PrintError("", acode);
2985         }
2986         ccode = AFSVolEndTrans(conn, tid, &rcode);
2987         if (!ccode)
2988             ccode = rcode;
2989         if (ccode) {
2990             fprintf(STDERR, "Failed to end transaction on volume %lu.\n",
2991                     (unsigned long)vid);
2992             PrintError("", ccode);
2993         }
2994     }
2995
2996     return acode;
2997 }
2998
2999 #define ONERROR(ec, ep, es) if (ec) { fprintf(STDERR, (es), (ep)); error = (ec); goto rfail; }
3000 #define ERROREXIT(ec) { error = (ec); goto rfail; }
3001
3002 /* Get a "transaction" on this replica.  Create the volume 
3003  * if necessary.  Return the time from which a dump should
3004  * be made (0 if it's a new volume)
3005  */
3006 static int
3007 GetTrans(struct nvldbentry *vldbEntryPtr, afs_int32 index,
3008          struct rx_connection **connPtr, afs_int32 * transPtr,
3009          afs_int32 * crtimePtr, afs_int32 * uptimePtr)
3010 {
3011     afs_int32 volid;
3012     struct volser_status tstatus;
3013     int code, rcode, tcode;
3014
3015     *connPtr = (struct rx_connection *)0;
3016     *transPtr = 0;
3017     *crtimePtr = 0;
3018     *uptimePtr = 0;
3019
3020     /* get connection to the replication site */
3021     *connPtr = UV_Bind(vldbEntryPtr->serverNumber[index], AFSCONF_VOLUMEPORT);
3022     if (!*connPtr)
3023         goto fail;              /* server is down */
3024
3025     volid = vldbEntryPtr->volumeId[ROVOL];
3026     if (volid)
3027         code =
3028             AFSVolTransCreate(*connPtr, volid,
3029                               vldbEntryPtr->serverPartition[index], ITOffline,
3030                               transPtr);
3031
3032     /* If the volume does not exist, create it */
3033     if (!volid || code) {
3034         char volname[64];
3035
3036         if (volid && (code != VNOVOL)) {
3037             PrintError("Failed to start a transaction on the RO volume.\n",
3038                        code);
3039             goto fail;
3040         }
3041
3042         strcpy(volname, vldbEntryPtr->name);
3043         strcat(volname, ".readonly");
3044
3045         if (verbose) {
3046             fprintf(STDOUT,
3047                     "Creating new volume %lu on replication site %s: ",
3048                     (unsigned long)volid,
3049                     hostutil_GetNameByINet(vldbEntryPtr->
3050                                            serverNumber[index]));
3051             fflush(STDOUT);
3052         }
3053
3054         code =
3055             AFSVolCreateVolume(*connPtr, vldbEntryPtr->serverPartition[index],
3056                                volname, volser_RO,
3057                                vldbEntryPtr->volumeId[RWVOL], &volid,
3058                                transPtr);
3059         if (code) {
3060             PrintError("Failed to create the ro volume: ", code);
3061             goto fail;
3062         }
3063         vldbEntryPtr->volumeId[ROVOL] = volid;
3064
3065         VDONE;
3066
3067         /* The following is a bit redundant, since create sets these flags by default */
3068         code =
3069             AFSVolSetFlags(*connPtr, *transPtr,
3070                            VTDeleteOnSalvage | VTOutOfService);
3071         if (code) {
3072             PrintError("Failed to set flags on the ro volume: ", code);
3073             goto fail;
3074         }
3075     }
3076
3077     /* Otherwise, the transaction did succeed, so get the creation date of the
3078      * latest RO volume on the replication site 
3079      */
3080     else {
3081         VPRINT2("Updating existing ro volume %u on %s ...\n", volid,
3082                 hostutil_GetNameByINet(vldbEntryPtr->serverNumber[index]));
3083
3084         code = AFSVolGetStatus(*connPtr, *transPtr, &tstatus);
3085         if (code) {
3086             PrintError("Failed to get status of volume on destination: ",
3087                        code);
3088             goto fail;
3089         }
3090         *crtimePtr = tstatus.creationDate - CLOCKSKEW;
3091         *uptimePtr = tstatus.updateDate - CLOCKSKEW;
3092     }
3093
3094     return 0;
3095
3096   fail:
3097     if (*transPtr) {
3098         tcode = AFSVolEndTrans(*connPtr, *transPtr, &rcode);
3099         *transPtr = 0;
3100         if (!tcode)
3101             tcode = rcode;
3102         if (tcode)
3103             PrintError("Could not end transaction on a ro volume: ", tcode);
3104     }
3105
3106     return code;
3107 }
3108
3109 static int
3110 SimulateForwardMultiple(struct rx_connection *fromconn, afs_int32 fromtid,
3111                         afs_int32 fromdate, manyDests * tr, afs_int32 flags,
3112                         void *cookie, manyResults * results)
3113 {
3114     int i;
3115
3116     for (i = 0; i < tr->manyDests_len; i++) {
3117         results->manyResults_val[i] =
3118             AFSVolForward(fromconn, fromtid, fromdate,
3119                           &(tr->manyDests_val[i].server),
3120                           tr->manyDests_val[i].trans, cookie);
3121     }
3122     return 0;
3123 }
3124
3125
3126 /* UV_ReleaseVolume()
3127  *    Release volume <afromvol> on <afromserver> <afrompart> to all
3128  *    its RO sites (full release). Unless the previous release was
3129  *    incomplete: in which case we bring the remaining incomplete
3130  *    volumes up to date with the volumes that were released
3131  *    successfully.
3132  *    forceflag: Performs a full release.
3133  *
3134  *    Will create a clone from the RW, then dump the clone out to 
3135  *    the remaining replicas. If there is more than 1 RO sites,
3136  *    ensure that the VLDB says at least one RO is available all
3137  *    the time: Influences when we write back the VLDB entry.
3138  */
3139
3140 int
3141 UV_ReleaseVolume(afs_int32 afromvol, afs_int32 afromserver,
3142                  afs_int32 afrompart, int forceflag)
3143 {
3144     char vname[64];
3145     afs_int32 code, vcode, rcode, tcode;
3146     afs_int32 cloneVolId, roVolId;
3147     struct replica *replicas = 0;
3148     struct nvldbentry entry, storeEntry;
3149     int i, volcount, m, fullrelease, vldbindex;
3150     int failure;
3151     struct restoreCookie cookie;
3152     struct rx_connection **toconns = 0;
3153     struct release *times = 0;
3154     int nservers = 0;
3155     struct rx_connection *fromconn = (struct rx_connection *)0;
3156     afs_int32 error = 0;
3157     int islocked = 0;
3158     afs_int32 clonetid = 0, onlinetid;
3159     afs_int32 fromtid = 0;
3160     afs_uint32 fromdate, thisdate;
3161     int s;
3162     manyDests tr;
3163     manyResults results;
3164     int rwindex, roindex, roclone, roexists;
3165     afs_int32 rwcrdate, rwupdate, clcrdate;
3166     struct rtime {
3167         int validtime;
3168         afs_uint32 uptime;
3169     } remembertime[NMAXNSERVERS];
3170     int releasecount = 0;
3171     struct volser_status volstatus;
3172
3173     memset((char *)remembertime, 0, sizeof(remembertime));
3174     memset((char *)&results, 0, sizeof(results));
3175
3176     vcode = ubik_Call(VL_SetLock, cstruct, 0, afromvol, RWVOL, VLOP_RELEASE);
3177     if (vcode != VL_RERELEASE)
3178         ONERROR(vcode, afromvol,
3179                 "Could not lock the VLDB entry for the volume %u.\n");
3180     islocked = 1;
3181
3182     /* Get the vldb entry in readable format */
3183     vcode = VLDB_GetEntryByID(afromvol, RWVOL, &entry);
3184     ONERROR(vcode, afromvol,
3185             "Could not fetch the entry for the volume %u from the VLDB.\n");
3186     MapHostToNetwork(&entry);
3187
3188     if (verbose)
3189         EnumerateEntry(&entry);
3190
3191     if (!ISNAMEVALID(entry.name))
3192         ONERROR(VOLSERBADOP, entry.name,
3193                 "Volume name %s is too long, rename before releasing.\n");
3194     if (entry.volumeId[RWVOL] != afromvol)
3195         ONERROR(VOLSERBADOP, afromvol,
3196                 "The volume %u being released is not a read-write volume.\n");
3197     if (entry.nServers <= 1)
3198         ONERROR(VOLSERBADOP, afromvol,
3199                 "Volume %u has no replicas - release operation is meaningless!\n");
3200     if (strlen(entry.name) > (VOLSER_OLDMAXVOLNAME - 10))
3201         ONERROR(VOLSERBADOP, entry.name,
3202                 "RO volume name %s exceeds (VOLSER_OLDMAXVOLNAME - 10) character limit\n");
3203
3204     /* roclone is true if one of the RO volumes is on the same
3205      * partition as the RW volume. In this case, we make the RO volume
3206      * on the same partition a clone instead of a complete copy.
3207      */
3208
3209     roindex = Lp_ROMatch(afromserver, afrompart, &entry) - 1;
3210     roclone = ((roindex == -1) ? 0 : 1);
3211     rwindex = Lp_GetRwIndex(&entry);
3212     if (rwindex < 0)
3213         ONERROR(VOLSERNOVOL, 0, "There is no RW volume \n");
3214
3215     /* Make sure we have a RO volume id to work with */
3216     if (entry.volumeId[ROVOL] == INVALID_BID) {
3217         /* need to get a new RO volume id */
3218         vcode = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &roVolId);
3219         ONERROR(vcode, entry.name, "Cant allocate ID for RO volume of %s\n");
3220
3221         entry.volumeId[ROVOL] = roVolId;
3222         MapNetworkToHost(&entry, &storeEntry);
3223         vcode = VLDB_ReplaceEntry(afromvol, RWVOL, &storeEntry, 0);
3224         ONERROR(vcode, entry.name, "Could not update vldb entry for %s.\n");
3225     }
3226
3227     /* Will we be completing a previously unfinished release. -force overrides */
3228     for (s = 0, m = 0, fullrelease=0, i=0; (i<entry.nServers); i++) {
3229         if (entry.serverFlags[i] & ITSROVOL) {
3230             m++;
3231             if (entry.serverFlags[i] & NEW_REPSITE) s++;
3232         }
3233     }
3234     if ((forceflag && !fullrelease) || (s == m) || (s == 0))
3235         fullrelease = 1;
3236
3237     /* Determine which volume id to use and see if it exists */
3238     cloneVolId =
3239         ((fullrelease
3240           || (entry.cloneId == 0)) ? entry.volumeId[ROVOL] : entry.cloneId);
3241     code = VolumeExists(afromserver, afrompart, cloneVolId);
3242     roexists = ((code == ENODEV) ? 0 : 1);
3243
3244     fromconn = UV_Bind(afromserver, AFSCONF_VOLUMEPORT);
3245     if (!fromconn)
3246         ONERROR(-1, afromserver,
3247                 "Cannot establish connection with server 0x%x\n");
3248
3249     if (!fullrelease) {
3250         if (!roexists)
3251             fullrelease = 1;    /* Do a full release if RO clone does not exist */
3252         else {
3253             /* Begin transaction on RW and mark it busy while we query it */
3254             code = AFSVolTransCreate(
3255                         fromconn, afromvol, afrompart, ITBusy, &fromtid
3256                    );
3257             ONERROR(code, afromvol,
3258                     "Failed to start transaction on RW volume %u\n");
3259
3260             /* Query the creation date for the RW */
3261             code = AFSVolGetStatus(fromconn, fromtid, &volstatus);
3262             ONERROR(code, afromvol,
3263                     "Failed to get the status of RW volume %u\n");
3264             rwcrdate = volstatus.creationDate;
3265             rwupdate = volstatus.updateDate;
3266
3267             /* End transaction on RW */
3268             code = AFSVolEndTrans(fromconn, fromtid, &rcode);
3269             fromtid = 0;
3270             ONERROR((code ? code : rcode), afromvol,
3271                     "Failed to end transaction on RW volume %u\n");
3272
3273             /* Begin transaction on clone and mark it busy while we query it */
3274             code = AFSVolTransCreate(
3275                         fromconn, cloneVolId, afrompart, ITBusy, &clonetid
3276                    );
3277             ONERROR(code, cloneVolId,
3278                     "Failed to start transaction on RW clone %u\n");
3279
3280             /* Query the creation date for the clone */
3281             code = AFSVolGetStatus(fromconn, clonetid, &volstatus);
3282             ONERROR(code, cloneVolId,
3283                     "Failed to get the status of RW clone %u\n");
3284             clcrdate = volstatus.creationDate;
3285
3286             /* End transaction on clone */
3287             code = AFSVolEndTrans(fromconn, clonetid, &rcode);
3288             clonetid = 0;
3289             ONERROR((code ? code : rcode), cloneVolId,
3290                     "Failed to end transaction on RW clone %u\n");
3291
3292             if (rwcrdate > clcrdate)
3293                 fullrelease = 2;/* Do a full release if RO clone older than RW */
3294         }
3295     }
3296
3297     if (verbose) {
3298         switch (fullrelease) {
3299             case 2:
3300                 fprintf(STDOUT, "RW %lu changed, doing a complete release\n",
3301                         (unsigned long)afromvol);
3302                 break;
3303             case 1:
3304                 fprintf(STDOUT, "This is a complete release of volume %lu\n",
3305                         (unsigned long)afromvol);
3306                 break;
3307             case 0:
3308                 fprintf(STDOUT, "This is a completion of a previous release\n");
3309                 break;
3310         }
3311     }
3312
3313     if (fullrelease) {
3314         /* If the RO clone exists, then if the clone is a temporary
3315          * clone, delete it. Or if the RO clone is marked RO_DONTUSE
3316          * (it was recently added), then also delete it. We do not
3317          * want to "reclone" a temporary RO clone.
3318          */
3319         if (roexists
3320             && (!roclone || (entry.serverFlags[roindex] & RO_DONTUSE))) {
3321             code = DelVol(fromconn, cloneVolId, afrompart, ITOffline);
3322             if (code && (code != VNOVOL))
3323                 ERROREXIT(code);
3324             roexists = 0;
3325         }
3326
3327         /* Mark all the ROs in the VLDB entry as RO_DONTUSE. We don't
3328          * write this entry out to the vlserver until after the first
3329          * RO volume is released (temp RO clones don't count).
3330          */
3331         for (i = 0; i < entry.nServers; i++) {
3332             entry.serverFlags[i] &= ~NEW_REPSITE;
3333             entry.serverFlags[i] |= RO_DONTUSE;
3334         }
3335         entry.serverFlags[rwindex] |= NEW_REPSITE;
3336         entry.serverFlags[rwindex] &= ~RO_DONTUSE;
3337
3338         /* Begin transaction on RW and mark it busy while we clone it */
3339         code =
3340             AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy,
3341                               &clonetid);
3342         ONERROR(code, afromvol, "Failed to start transaction on volume %u\n");
3343
3344         /* Clone or reclone the volume */
3345         if (roexists) {
3346             VPRINT1("Recloning RW volume %u...", cloneVolId);
3347             code = AFSVolReClone(fromconn, clonetid, cloneVolId);
3348             ONERROR(code, afromvol, "Failed to reclone the RW volume %u\n");
3349             VDONE;
3350         } else {
3351             if (roclone) {
3352                 strcpy(vname, entry.name);
3353                 strcat(vname, ".readonly");
3354                 VPRINT1("Cloning RW volume %u to permanent RO...", afromvol);
3355             } else {
3356                 strcpy(vname, "readonly-clone-temp");
3357                 VPRINT1("Cloning RW volume %u to temporary RO...", afromvol);
3358             }
3359             code =
3360                 AFSVolClone(fromconn, clonetid, 0, readonlyVolume, vname,
3361                             &cloneVolId);
3362             ONERROR(code, afromvol, "Failed to clone the RW volume %u\n");
3363             VDONE;
3364         }
3365
3366         /* Get the time the RW was created for future information */
3367         VPRINT1("Getting status of RW volume %u...", afromvol);
3368         code = AFSVolGetStatus(fromconn, clonetid, &volstatus);
3369         ONERROR(code, afromvol,
3370                 "Failed to get the status of the RW volume %u\n");
3371         VDONE;
3372         rwcrdate = volstatus.creationDate;
3373         rwupdate = volstatus.updateDate;
3374
3375         /* End the transaction on the RW volume */
3376         VPRINT1("Ending cloning transaction on RW volume %u...", afromvol);
3377         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
3378         clonetid = 0;
3379         ONERROR((code ? code : rcode), afromvol,
3380                 "Failed to end cloning transaction on RW %u\n");
3381         VDONE;
3382
3383         /* Remember clone volume ID in case we fail or are interrupted */
3384         entry.cloneId = cloneVolId;
3385
3386         if (roclone) {
3387             /* Bring the RO clone online - though not if it's a temporary clone */
3388             VPRINT1("Starting transaction on RO clone volume %u...",
3389                     cloneVolId);
3390             code =
3391                 AFSVolTransCreate(fromconn, cloneVolId, afrompart, ITOffline,
3392                                   &onlinetid);
3393             ONERROR(code, cloneVolId,
3394                     "Failed to start transaction on volume %u\n");
3395             VDONE;
3396
3397             VPRINT1("Setting volume flags for volume %u...", cloneVolId);
3398             tcode = AFSVolSetFlags(fromconn, onlinetid, 0);
3399             VDONE;
3400
3401             VPRINT1("Ending transaction on volume %u...", cloneVolId);
3402             code = AFSVolEndTrans(fromconn, onlinetid, &rcode);
3403             ONERROR((code ? code : rcode), cloneVolId,
3404                     "Failed to end transaction on RO clone %u\n");
3405             VDONE;
3406
3407             ONERROR(tcode, cloneVolId, "Could not bring volume %u on line\n");
3408
3409             /* Sleep so that a client searching for an online volume won't
3410              * find the clone offline and then the next RO offline while the 
3411              * release brings the clone online and the next RO offline (race).
3412              * There is a fix in the 3.4 client that does not need this sleep
3413              * anymore, but we don't know what clients we have.
3414              */
3415             if (entry.nServers > 2)
3416                 sleep(5);
3417
3418             /* Mark the RO clone in the VLDB as a good site (already released) */
3419             entry.serverFlags[roindex] |= NEW_REPSITE;
3420             entry.serverFlags[roindex] &= ~RO_DONTUSE;
3421             entry.flags |= RO_EXISTS;
3422
3423             releasecount++;
3424
3425             /* Write out the VLDB entry only if the clone is not a temporary
3426              * clone. If we did this to a temporary clone then we would end
3427              * up marking all the ROs as "old release" making the ROs
3428              * temporarily unavailable.
3429              */
3430             MapNetworkToHost(&entry, &storeEntry);
3431             VPRINT1("Replacing VLDB entry for %s...", entry.name);
3432             vcode = VLDB_ReplaceEntry(afromvol, RWVOL, &storeEntry, 0);
3433             ONERROR(vcode, entry.name,
3434                     "Could not update vldb entry for %s.\n");
3435             VDONE;
3436         }
3437     }
3438
3439     /* Now we will release from the clone to the remaining RO replicas.
3440      * The first 2 ROs (counting the non-temporary RO clone) are released
3441      * individually: releasecount. This is to reduce the race condition
3442      * of clients trying to find an on-line RO volume. The remaining ROs
3443      * are released in parallel but no more than half the number of ROs
3444      * (rounded up) at a time: nservers.
3445      */
3446
3447     strcpy(vname, entry.name);
3448     strcat(vname, ".readonly");
3449     memset(&cookie, 0, sizeof(cookie));
3450     strncpy(cookie.name, vname, VOLSER_OLDMAXVOLNAME);
3451     cookie.type = ROVOL;
3452     cookie.parent = entry.volumeId[RWVOL];
3453     cookie.clone = 0;
3454
3455     nservers = entry.nServers / 2;      /* how many to do at once, excluding clone */
3456     replicas =
3457         (struct replica *)malloc(sizeof(struct replica) * nservers + 1);
3458     times = (struct release *)malloc(sizeof(struct release) * nservers + 1);
3459     toconns =
3460         (struct rx_connection **)malloc(sizeof(struct rx_connection *) *
3461                                         nservers + 1);
3462     results.manyResults_val =
3463         (afs_int32 *) malloc(sizeof(afs_int32) * nservers + 1);
3464     if (!replicas || !times || !!!results.manyResults_val || !toconns)
3465         ONERROR(ENOMEM, 0,
3466                 "Failed to create transaction on the release clone\n");
3467
3468     memset(replicas, 0, (sizeof(struct replica) * nservers + 1));
3469     memset(times, 0, (sizeof(struct release) * nservers + 1));
3470     memset(toconns, 0, (sizeof(struct rx_connection *) * nservers + 1));
3471     memset(results.manyResults_val, 0, (sizeof(afs_int32) * nservers + 1));
3472
3473     /* Create a transaction on the cloned volume */
3474     VPRINT1("Starting transaction on cloned volume %u...", cloneVolId);
3475     code =
3476         AFSVolTransCreate(fromconn, cloneVolId, afrompart, ITBusy, &fromtid);
3477     if (!fullrelease && code)
3478         ONERROR(VOLSERNOVOL, afromvol,
3479                 "Old clone is inaccessible. Try vos release -f %u.\n");
3480     ONERROR(code, 0, "Failed to create transaction on the release clone\n");
3481     VDONE;
3482
3483     /* For each index in the VLDB */
3484     for (vldbindex = 0; vldbindex < entry.nServers;) {
3485
3486         /* Get a transaction on the replicas. Pick replacas which have an old release. */
3487         for (volcount = 0;
3488              ((volcount < nservers) && (vldbindex < entry.nServers));
3489              vldbindex++) {
3490             /* The first two RO volumes will be released individually.
3491              * The rest are then released in parallel. This is a hack
3492              * for clients not recognizing right away when a RO volume
3493              * comes back on-line.
3494              */
3495             if ((volcount == 1) && (releasecount < 2))
3496                 break;
3497
3498             if (vldbindex == roindex)
3499                 continue;       /* the clone    */
3500             if ((entry.serverFlags[vldbindex] & NEW_REPSITE)
3501                 && !(entry.serverFlags[vldbindex] & RO_DONTUSE))
3502                 continue;
3503             if (!(entry.serverFlags[vldbindex] & ITSROVOL))
3504                 continue;       /* not a RO vol */
3505
3506
3507             /* Get a Transaction on this replica. Get a new connection if
3508              * necessary.  Create the volume if necessary.  Return the
3509              * time from which the dump should be made (0 if it's a new
3510              * volume).  Each volume might have a different time. 
3511              */
3512             replicas[volcount].server.destHost =
3513                 ntohl(entry.serverNumber[vldbindex]);
3514             replicas[volcount].server.destPort = AFSCONF_VOLUMEPORT;
3515             replicas[volcount].server.destSSID = 1;
3516             times[volcount].vldbEntryIndex = vldbindex;
3517
3518             code =
3519                 GetTrans(&entry, vldbindex, &(toconns[volcount]),
3520                          &(replicas[volcount].trans),
3521                          &(times[volcount].crtime),
3522                          &(times[volcount].uptime));
3523             if (code)
3524                 continue;
3525
3526             /* Thisdate is the date from which we want to pick up all changes */
3527             if (forceflag || !fullrelease
3528                 || (rwcrdate > times[volcount].crtime)) {
3529                 /* If the forceflag is set, then we want to do a full dump.
3530                  * If it's not a full release, we can't be sure that the creation
3531                  *  date is good (so we also do a full dump).
3532                  * If the RW volume was replaced (its creation date is newer than
3533                  *  the last release), then we can't be sure what has changed (so
3534                  *  we do a full dump).
3535                  */
3536                 thisdate = 0;
3537             } else if (remembertime[vldbindex].validtime) {
3538                 /* Trans was prev ended. Use the time from the prev trans
3539                  * because, prev trans may have created the volume. In which
3540                  * case time[volcount].time would be now instead of 0.
3541                  */
3542                 thisdate =
3543                     (remembertime[vldbindex].uptime < times[volcount].uptime)
3544                         ? remembertime[vldbindex].uptime
3545                         : times[volcount].uptime;
3546             } else {
3547                 thisdate = times[volcount].uptime;
3548             }
3549             remembertime[vldbindex].validtime = 1;
3550             remembertime[vldbindex].uptime = thisdate;
3551
3552             if (volcount == 0) {
3553                 fromdate = thisdate;
3554             } else {
3555                 /* Include this volume if it is within 15 minutes of the earliest */
3556                 if (((fromdate >
3557                       thisdate) ? (fromdate - thisdate) : (thisdate -
3558                                                            fromdate)) > 900) {
3559                     AFSVolEndTrans(toconns[volcount],
3560                                    replicas[volcount].trans, &rcode);
3561                     replicas[volcount].trans = 0;
3562                     break;
3563                 }
3564                 if (thisdate < fromdate)
3565                     fromdate = thisdate;
3566             }
3567             volcount++;
3568         }
3569         if (!volcount)
3570             continue;
3571
3572         if (verbose) {
3573             fprintf(STDOUT, "Starting ForwardMulti from %lu to %u on %s",
3574                     (unsigned long)cloneVolId, entry.volumeId[ROVOL],
3575                     hostutil_GetNameByINet(entry.
3576                                            serverNumber[times[0].
3577                                                         vldbEntryIndex]));
3578
3579             for (s = 1; s < volcount; s++) {
3580                 fprintf(STDOUT, " and %s",
3581                         hostutil_GetNameByINet(entry.
3582                                                serverNumber[times[s].
3583                                                             vldbEntryIndex]));
3584             }
3585
3586             if (fromdate == 0)
3587                 fprintf(STDOUT, " (full release)");
3588             else
3589                 fprintf(STDOUT, " (as of %.24s)", ctime((time_t *)&fromdate));
3590             fprintf(STDOUT, ".\n");
3591             fflush(STDOUT);
3592         }
3593
3594         /* Release the ones we have collected */
3595         tr.manyDests_val = &(replicas[0]);
3596         tr.manyDests_len = results.manyResults_len = volcount;
3597         code =
3598             AFSVolForwardMultiple(fromconn, fromtid, fromdate, &tr,
3599                                   0 /*spare */ , &cookie, &results);
3600         if (code == RXGEN_OPCODE) {     /* RPC Interface Mismatch */
3601             code =
3602                 SimulateForwardMultiple(fromconn, fromtid, fromdate, &tr,
3603                                         0 /*spare */ , &cookie, &results);
3604             nservers = 1;
3605         }
3606
3607         if (code) {
3608             PrintError("Release failed: ", code);
3609         } else {
3610             for (m = 0; m < volcount; m++) {
3611                 if (results.manyResults_val[m]) {
3612                     if ((m == 0) || (results.manyResults_val[m] != ENOENT)) {
3613                         /* we retry timed out transaction. When it is
3614                          * not the first volume and the transaction wasn't found
3615                          * (assume it timed out and was garbage collected by volser).
3616                          */
3617                         PrintError
3618                             ("Failed to dump volume from clone to a ro site: ",
3619                              results.manyResults_val[m]);
3620                     }
3621                     continue;
3622                 }
3623
3624                 code =
3625                     AFSVolSetIdsTypes(toconns[m], replicas[m].trans, vname,
3626                                       ROVOL, entry.volumeId[RWVOL], 0, 0);
3627                 if (code) {
3628                     if ((m == 0) || (code != ENOENT)) {
3629                         PrintError("Failed to set correct names and ids: ",
3630                                    code);
3631                     }
3632                     continue;
3633                 }
3634
3635                 /* have to clear dest. flags to ensure new vol goes online:
3636                  * because the restore (forwarded) operation copied
3637                  * the V_inService(=0) flag over to the destination. 
3638                  */
3639                 code = AFSVolSetFlags(toconns[m], replicas[m].trans, 0);
3640                 if (code) {
3641                     if ((m == 0) || (code != ENOENT)) {
3642                         PrintError("Failed to set flags on ro volume: ",
3643                                    code);
3644                     }
3645                     continue;
3646                 }
3647
3648                 entry.serverFlags[times[m].vldbEntryIndex] |= NEW_REPSITE;
3649                 entry.serverFlags[times[m].vldbEntryIndex] &= ~RO_DONTUSE;
3650                 entry.flags |= RO_EXISTS;
3651                 releasecount++;
3652             }
3653         }
3654
3655         /* End the transactions and destroy the connections */
3656         for (s = 0; s < volcount; s++) {
3657             if (replicas[s].trans)
3658                 code = AFSVolEndTrans(toconns[s], replicas[s].trans, &rcode);
3659             replicas[s].trans = 0;
3660             if (!code)
3661                 code = rcode;
3662             if (code) {
3663                 if ((s == 0) || (code != ENOENT)) {
3664                     PrintError("Could not end transaction on a ro volume: ",
3665                                code);
3666                 } else {
3667                     PrintError
3668                         ("Transaction timed out on a ro volume. Will retry.\n",
3669                          0);
3670                     if (times[s].vldbEntryIndex < vldbindex)
3671                         vldbindex = times[s].vldbEntryIndex;
3672                 }
3673             }
3674
3675             if (toconns[s])
3676                 rx_DestroyConnection(toconns[s]);
3677             toconns[s] = 0;
3678         }
3679
3680         MapNetworkToHost(&entry, &storeEntry);
3681         vcode = VLDB_ReplaceEntry(afromvol, RWVOL, &storeEntry, 0);
3682         ONERROR(vcode, afromvol,
3683                 " Could not update VLDB entry for volume %u\n");
3684     }                           /* for each index in the vldb */
3685
3686     /* End the transaction on the cloned volume */
3687     code = AFSVolEndTrans(fromconn, fromtid, &rcode);
3688     fromtid = 0;
3689     if (!code)
3690         code = rcode;
3691     if (code)
3692         PrintError("Failed to end transaction on rw volume: ", code);
3693
3694     /* Figure out if any volume were not released and say so */
3695     for (failure = 0, i = 0; i < entry.nServers; i++) {
3696         if (!(entry.serverFlags[i] & NEW_REPSITE))
3697             failure++;
3698     }
3699     if (failure) {
3700         char pname[10];
3701         fprintf(STDERR,
3702                 "The volume %lu could not be released to the following %d sites:\n",
3703                 (unsigned long)afromvol, failure);
3704         for (i = 0; i < entry.nServers; i++) {
3705             if (!(entry.serverFlags[i] & NEW_REPSITE)) {
3706                 MapPartIdIntoName(entry.serverPartition[i], pname);
3707                 fprintf(STDERR, "\t%35s %s\n",
3708                         hostutil_GetNameByINet(entry.serverNumber[i]), pname);
3709             }
3710         }
3711
3712         MapNetworkToHost(&entry, &storeEntry);
3713         vcode =
3714             VLDB_ReplaceEntry(afromvol, RWVOL, &storeEntry,
3715                               LOCKREL_TIMESTAMP);
3716         ONERROR(vcode, afromvol,
3717                 " Could not update VLDB entry for volume %u\n");
3718
3719         ERROREXIT(VOLSERBADRELEASE);
3720     }
3721
3722     /* All the ROs were release successfully. Remove the temporary clone */
3723     if (!roclone) {
3724         if (verbose) {
3725             fprintf(STDOUT, "Deleting the releaseClone %lu ...",
3726                     (unsigned long)cloneVolId);
3727             fflush(STDOUT);
3728         }
3729         code = DelVol(fromconn, cloneVolId, afrompart, ITOffline);
3730         ONERROR(code, cloneVolId, "Failed to delete volume %u.\n");
3731         VDONE;
3732     }
3733     entry.cloneId = 0;
3734
3735     for (i = 0; i < entry.nServers; i++)
3736         entry.serverFlags[i] &= ~NEW_REPSITE;
3737
3738     /* Update the VLDB */
3739     VPRINT("updating VLDB ...");
3740
3741     MapNetworkToHost(&entry, &storeEntry);
3742     vcode =
3743         VLDB_ReplaceEntry(afromvol, RWVOL, &storeEntry,
3744                           LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
3745     ONERROR(vcode, afromvol, " Could not update VLDB entry for volume %u\n");
3746     VDONE;
3747
3748   rfail:
3749     if (clonetid) {
3750         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
3751         clonetid = 0;
3752         if (code) {
3753             fprintf(STDERR,
3754                     "Failed to end cloning transaction on the RW volume %lu\n",
3755                     (unsigned long)afromvol);
3756             if (!error)
3757                 error = code;
3758         }
3759     }
3760     if (fromtid) {
3761         code = AFSVolEndTrans(fromconn, fromtid, &rcode);
3762         fromtid = 0;
3763         if (code) {
3764             fprintf(STDERR,
3765                     "Failed to end transaction on the release clone %lu\n",
3766                     (unsigned long)cloneVolId);
3767             if (!error)
3768                 error = code;
3769         }
3770     }
3771     for (i = 0; i < nservers; i++) {
3772         if (replicas && replicas[i].trans) {
3773             code = AFSVolEndTrans(toconns[i], replicas[i].trans, &rcode);
3774             replicas[i].trans = 0;
3775             if (code) {
3776                 fprintf(STDERR,
3777                         "Failed to end transaction on ro volume %u at server %s\n",
3778                         entry.volumeId[ROVOL],
3779                         hostutil_GetNameByINet(htonl
3780                                                (replicas[i].server.
3781                                                 destHost)));
3782                 if (!error)
3783                     error = code;
3784             }
3785         }
3786         if (toconns && toconns[i]) {
3787             rx_DestroyConnection(toconns[i]);
3788             toconns[i] = 0;
3789         }
3790     }
3791     if (islocked) {
3792         vcode =
3793             ubik_Call(VL_ReleaseLock, cstruct, 0, afromvol, RWVOL,
3794                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
3795         if (vcode) {
3796             fprintf(STDERR,
3797                     "Could not release lock on the VLDB entry for volume %lu\n",
3798                     (unsigned long)afromvol);
3799             if (!error)
3800                 error = vcode;
3801         }
3802     }
3803
3804     PrintError("", error);
3805
3806     if (fromconn)
3807         rx_DestroyConnection(fromconn);
3808     if (results.manyResults_val)
3809         free(results.manyResults_val);
3810     if (replicas)
3811         free(replicas);
3812     if (toconns)
3813         free(toconns);
3814     if (times)
3815         free(times);
3816     return error;
3817 }
3818
3819
3820 void
3821 dump_sig_handler(int x)
3822 {
3823     fprintf(STDERR, "\nSignal handler: vos dump operation\n");
3824     longjmp(env, 0);
3825 }
3826
3827 /* Dump the volume <afromvol> on <afromserver> and
3828  * <afrompart> to <afilename> starting from <fromdate>.
3829  * DumpFunction does the real work behind the scenes after
3830  * extracting parameters from the rock 
3831  */
3832 int
3833 UV_DumpVolume(afs_int32 afromvol, afs_int32 afromserver, afs_int32 afrompart,
3834               afs_int32 fromdate, afs_int32(*DumpFunction) (), char *rock)
3835 {
3836     struct rx_connection *fromconn = (struct rx_connection *)0;
3837     struct rx_call *fromcall = (struct rx_call *)0;
3838     afs_int32 fromtid = 0, rxError = 0, rcode = 0;
3839     afs_int32 code, error = 0;
3840
3841     if (setjmp(env))
3842         ERROR_EXIT(EPIPE);
3843 #ifndef AFS_NT40_ENV
3844     (void)signal(SIGPIPE, dump_sig_handler);
3845 #endif
3846     (void)signal(SIGINT, dump_sig_handler);
3847
3848     if (!fromdate) {
3849         VPRINT("Full Dump ...\n");
3850     } else {
3851         VPRINT1("Incremental Dump (as of %.24s)...\n",
3852                 ctime((time_t *) & fromdate));
3853     }
3854
3855     /* get connections to the servers */
3856     fromconn = UV_Bind(afromserver, AFSCONF_VOLUMEPORT);
3857
3858     VPRINT1("Starting transaction on volume %u...", afromvol);
3859     code = AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy, &fromtid);
3860     EGOTO1(error_exit, code,
3861            "Could not start transaction on the volume %u to be dumped\n",
3862            afromvol);
3863     VDONE;
3864
3865     fromcall = rx_NewCall(fromconn);
3866
3867     VPRINT1("Starting volume dump on volume %u...", afromvol);
3868     code = StartAFSVolDump(fromcall, fromtid, fromdate);
3869     EGOTO(error_exit, code, "Could not start the dump process \n");
3870     VDONE;
3871
3872     VPRINT1("Dumping volume %u...", afromvol);
3873     code = DumpFunction(fromcall, rock);
3874     EGOTO(error_exit, code, "Error while dumping volume \n");
3875     VDONE;
3876
3877   error_exit:
3878     if (fromcall) {
3879         code = rx_EndCall(fromcall, rxError);
3880         if (code) {
3881             fprintf(STDERR, "Error in rx_EndCall\n");
3882             if (!error)
3883                 error = code;
3884         }
3885     }
3886     if (fromtid) {
3887         VPRINT1("Ending transaction on volume %u...", afromvol);
3888         code = AFSVolEndTrans(fromconn, fromtid, &rcode);
3889         if (code || rcode) {
3890             fprintf(STDERR, "Could not end transaction on the volume %lu\n",
3891                     (unsigned long)afromvol);
3892             if (!error)
3893                 error = (code ? code : rcode);
3894         }
3895         VDONE;
3896     }
3897     if (fromconn)
3898         rx_DestroyConnection(fromconn);
3899
3900     PrintError("", error);
3901     return (error);
3902 }
3903
3904 /* Clone the volume <afromvol> on <afromserver> and
3905  * <afrompart>, and then dump the clone volume to 
3906  * <afilename> starting from <fromdate>.
3907  * DumpFunction does the real work behind the scenes after
3908  * extracting parameters from the rock 
3909  */
3910 int
3911 UV_DumpClonedVolume(afs_int32 afromvol, afs_int32 afromserver,
3912                     afs_int32 afrompart, afs_int32 fromdate,
3913                     afs_int32(*DumpFunction) (), char *rock)
3914 {
3915     struct rx_connection *fromconn = (struct rx_connection *)0;
3916     struct rx_call *fromcall = (struct rx_call *)0;
3917     afs_int32 fromtid = 0, rxError = 0, rcode = 0;
3918     afs_int32 clonetid = 0;
3919     afs_int32 code = 0, vcode = 0, error = 0;
3920     afs_int32 clonevol = 0;
3921     char vname[64];
3922
3923     if (setjmp(env))
3924         ERROR_EXIT(EPIPE);
3925 #ifndef AFS_NT40_ENV
3926     (void)signal(SIGPIPE, dump_sig_handler);
3927 #endif
3928     (void)signal(SIGINT, dump_sig_handler);
3929
3930     if (!fromdate) {
3931         VPRINT("Full Dump ...\n");
3932     } else {
3933         VPRINT1("Incremental Dump (as of %.24s)...\n",
3934                 ctime((time_t *) & fromdate));
3935     }
3936
3937     /* get connections to the servers */
3938     fromconn = UV_Bind(afromserver, AFSCONF_VOLUMEPORT);
3939
3940     VPRINT1("Starting transaction on volume %u...", afromvol);
3941     code = AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy, &fromtid);
3942     EGOTO1(error_exit, code,
3943            "Could not start transaction on the volume %u to be dumped\n",
3944            afromvol);
3945     VDONE;
3946
3947     /* Get a clone id */
3948     VPRINT1("Allocating new volume id for clone of volume %u ...", afromvol);
3949     code = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &clonevol);
3950     EGOTO1(error_exit, code,
3951            "Could not get an ID for the clone of volume %u from the VLDB\n",
3952            afromvol);
3953     VDONE;
3954
3955     /* Do the clone. Default flags on clone are set to delete on salvage and out of service */
3956     VPRINT2("Cloning source volume %u to clone volume %u...", afromvol,
3957             clonevol);
3958     strcpy(vname, "dump-clone-temp");
3959     code =
3960         AFSVolClone(fromconn, fromtid, 0, readonlyVolume, vname, &clonevol);
3961     EGOTO1(error_exit, code, "Failed to clone the source volume %u\n",
3962            afromvol);
3963     VDONE;
3964
3965     VPRINT1("Ending the transaction on the volume %u ...", afromvol);
3966     rcode = 0;
3967     code = AFSVolEndTrans(fromconn, fromtid, &rcode);
3968     fromtid = 0;
3969     if (!code)
3970         code = rcode;
3971     EGOTO1(error_exit, code,
3972            "Failed to end the transaction on the volume %u\n", afromvol);
3973     VDONE;
3974
3975
3976     VPRINT1("Starting transaction on the cloned volume %u ...", clonevol);
3977     code =
3978         AFSVolTransCreate(fromconn, clonevol, afrompart, ITOffline,
3979                           &clonetid);
3980     EGOTO1(error_exit, code,
3981            "Failed to start a transaction on the cloned volume%u\n",
3982            clonevol);
3983     VDONE;
3984
3985     VPRINT1("Setting flags on cloned volume %u ...", clonevol);
3986     code = AFSVolSetFlags(fromconn, clonetid, VTDeleteOnSalvage | VTOutOfService);      /*redundant */
3987     EGOTO1(error_exit, code, "Could not set falgs on the cloned volume %u\n",
3988            clonevol);
3989     VDONE;
3990
3991
3992     fromcall = rx_NewCall(fromconn);
3993
3994     VPRINT1("Starting volume dump from cloned volume %u...", clonevol);
3995     code = StartAFSVolDump(fromcall, clonetid, fromdate);
3996     EGOTO(error_exit, code, "Could not start the dump process \n");
3997     VDONE;
3998
3999     VPRINT1("Dumping volume %u...", afromvol);
4000     code = DumpFunction(fromcall, rock);
4001     EGOTO(error_exit, code, "Error while dumping volume \n");
4002     VDONE;
4003
4004   error_exit:
4005     /* now delete the clone */
4006     VPRINT1("Deleting the cloned volume %u ...", clonevol);
4007     code = AFSVolDeleteVolume(fromconn, clonetid);
4008     if (code) {
4009         fprintf(STDERR, "Failed to delete the cloned volume %lu\n",
4010                 (unsigned long)clonevol);
4011     } else {
4012         VDONE;
4013     }
4014
4015     if (fromcall) {
4016         code = rx_EndCall(fromcall, rxError);
4017         if (code) {
4018             fprintf(STDERR, "Error in rx_EndCall\n");
4019             if (!error)
4020                 error = code;
4021         }
4022     }
4023     if (clonetid) {
4024         VPRINT1("Ending transaction on cloned volume %u...", clonevol);
4025         code = AFSVolEndTrans(fromconn, clonetid, &rcode);
4026         if (code || rcode) {
4027             fprintf(STDERR,
4028                     "Could not end transaction on the cloned volume %lu\n",
4029                     (unsigned long)clonevol);
4030             if (!error)
4031                 error = (code ? code : rcode);
4032         }
4033         VDONE;
4034     }
4035     if (fromconn)
4036         rx_DestroyConnection(fromconn);
4037
4038     PrintError("", error);
4039     return (error);
4040 }
4041
4042
4043
4044 /*
4045  * Restore a volume <tovolid> <tovolname> on <toserver> <topart> from
4046  * the dump file <afilename>. WriteData does all the real work
4047  * after extracting params from the rock 
4048  */
4049 int
4050 UV_RestoreVolume2(afs_int32 toserver, afs_int32 topart, afs_int32 tovolid,
4051                   afs_int32 toparentid, char tovolname[], int flags,
4052                   afs_int32(*WriteData) (), char *rock)
4053 {
4054     struct rx_connection *toconn, *tempconn;
4055     struct rx_call *tocall;
4056     afs_int32 totid, code, rcode, vcode, terror = 0;
4057     afs_int32 rxError = 0;
4058     struct volser_status tstatus;
4059     struct volintInfo vinfo;
4060     char partName[10];
4061     afs_int32 pvolid, pparentid;
4062     afs_int32 temptid;
4063     int success;
4064     struct nvldbentry entry, storeEntry;
4065     afs_int32 error;
4066     int islocked;
4067     struct restoreCookie cookie;
4068     int reuseID;
4069     afs_int32 volflag, voltype, volsertype;
4070     afs_int32 oldCreateDate, oldUpdateDate, newCreateDate, newUpdateDate;
4071     int index, same, errcode;
4072     char apartName[10];
4073
4074
4075     memset(&cookie, 0, sizeof(cookie));
4076     islocked = 0;
4077     success = 0;
4078     error = 0;
4079     reuseID = 1;
4080     tocall = (struct rx_call *)0;
4081     toconn = (struct rx_connection *)0;
4082     tempconn = (struct rx_connection *)0;
4083     totid = 0;
4084     temptid = 0;
4085
4086     if (flags & RV_RDONLY) {
4087         voltype = ROVOL;
4088         volsertype = volser_RO;
4089     } else {
4090         voltype = RWVOL;
4091         volsertype = volser_RW;
4092     }
4093
4094     pvolid = tovolid;
4095     pparentid = toparentid;
4096     toconn = UV_Bind(toserver, AFSCONF_VOLUMEPORT);
4097     if (pvolid == 0) {          /*alot a new id if needed */
4098         vcode = VLDB_GetEntryByName(tovolname, &entry);
4099         if (vcode == VL_NOENT) {
4100             vcode = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 1, &pvolid);
4101             if (vcode) {
4102                 fprintf(STDERR, "Could not get an Id for the volume %s\n",
4103                         tovolname);
4104                 error = vcode;
4105                 goto refail;
4106             }
4107             reuseID = 0;
4108         } else if (flags & RV_RDONLY) {
4109             if (entry.flags & RW_EXISTS) {
4110                 fprintf(STDERR,
4111                         "Entry for ReadWrite volume %s already exists!\n",
4112                         entry.name);
4113                 error = VOLSERBADOP;
4114                 goto refail;
4115             }
4116             if (!entry.volumeId[ROVOL]) {
4117                 fprintf(STDERR,
4118                         "Existing entry for volume %s has no ReadOnly ID\n",
4119                         tovolname);
4120                 error = VOLSERBADOP;
4121                 goto refail;
4122             }
4123             pvolid = entry.volumeId[ROVOL];
4124             pparentid = entry.volumeId[RWVOL];
4125         } else {
4126             pvolid = entry.volumeId[RWVOL];
4127             pparentid = entry.volumeId[RWVOL];
4128         }
4129     }
4130     if (!pparentid) pparentid = pvolid;
4131     /* at this point we have a volume id to use/reuse for the volume to be restored */
4132     if (strlen(tovolname) > (VOLSER_OLDMAXVOLNAME - 1)) {
4133         EGOTO1(refail, VOLSERBADOP,
4134                "The volume name %s exceeds the maximum limit of (VOLSER_OLDMAXVOLNAME -1 ) bytes\n",
4135                tovolname);
4136     }
4137     MapPartIdIntoName(topart, partName);
4138     fprintf(STDOUT, "Restoring volume %s Id %lu on server %s partition %s ..",
4139             tovolname, (unsigned long)pvolid,
4140             hostutil_GetNameByINet(toserver), partName);
4141     fflush(STDOUT);
4142     code =
4143         AFSVolCreateVolume(toconn, topart, tovolname, volsertype, pparentid, &pvolid,
4144                            &totid);
4145     if (code) {
4146         if (flags & RV_FULLRST) {       /* full restore: delete then create anew */
4147             VPRINT1("Deleting the previous volume %u ...", pvolid);
4148
4149             code =
4150                 AFSVolTransCreate(toconn, pvolid, topart, ITOffline, &totid);
4151             EGOTO1(refail, code, "Failed to start transaction on %u\n",
4152                    pvolid);
4153
4154             code = AFSVolGetStatus(toconn, totid, &tstatus);
4155             EGOTO1(refail, code, "Could not get timestamp from volume %u\n",
4156                    pvolid);
4157
4158             oldCreateDate = tstatus.creationDate;
4159             oldUpdateDate = tstatus.updateDate;
4160
4161             code =
4162                 AFSVolSetFlags(toconn, totid,
4163                                VTDeleteOnSalvage | VTOutOfService);
4164             EGOTO1(refail, code, "Could not set flags on volume %u \n",
4165                    pvolid);
4166
4167             code = AFSVolDeleteVolume(toconn, totid);
4168             EGOTO1(refail, code, "Could not delete volume %u\n", pvolid);
4169
4170             code = AFSVolEndTrans(toconn, totid, &rcode);
4171             totid = 0;
4172             if (!code)
4173                 code = rcode;
4174             EGOTO1(refail, code, "Could not end transaction on %u\n", pvolid);
4175
4176             VDONE;
4177
4178             code =
4179                 AFSVolCreateVolume(toconn, topart, tovolname, volsertype, pparentid,
4180                                    &pvolid, &totid);
4181             EGOTO1(refail, code, "Could not create new volume %u\n", pvolid);
4182         } else {
4183             code =
4184                 AFSVolTransCreate(toconn, pvolid, topart, ITOffline, &totid);
4185             EGOTO1(refail, code, "Failed to start transaction on %u\n",
4186                    pvolid);
4187
4188             code = AFSVolGetStatus(toconn, totid, &tstatus);
4189             EGOTO1(refail, code, "Could not get timestamp from volume %u\n",
4190                    pvolid);
4191
4192             oldCreateDate = tstatus.creationDate;
4193             oldUpdateDate = tstatus.updateDate;
4194         }
4195     } else {
4196         oldCreateDate = 0;
4197         oldUpdateDate = 0;
4198     }
4199
4200     cookie.parent = pparentid;
4201     cookie.type = voltype;
4202     cookie.clone = 0;
4203     strncpy(cookie.name, tovolname, VOLSER_OLDMAXVOLNAME);
4204
4205     tocall = rx_NewCall(toconn);
4206     terror = StartAFSVolRestore(tocall, totid, 1, &cookie);
4207     if (terror) {
4208         fprintf(STDERR, "Volume restore Failed \n");
4209         error = terror;
4210         goto refail;
4211     }
4212     code = WriteData(tocall, rock);
4213     if (code) {
4214         fprintf(STDERR, "Could not transmit data\n");
4215         error = code;
4216         goto refail;
4217     }
4218     terror = rx_EndCall(tocall, rxError);
4219     tocall = (struct rx_call *)0;
4220     if (terror) {
4221         fprintf(STDERR, "rx_EndCall Failed \n");
4222         error = terror;
4223         goto refail;
4224     }
4225     code = AFSVolGetStatus(toconn, totid, &tstatus);
4226     if (code) {
4227         fprintf(STDERR,
4228                 "Could not get status information about the volume %lu\n",
4229                 (unsigned long)pvolid);
4230         error = code;
4231         goto refail;
4232     }
4233     code = AFSVolSetIdsTypes(toconn, totid, tovolname, voltype, pparentid, 0, 0);
4234     if (code) {
4235         fprintf(STDERR, "Could not set the right type and ID on %lu\n",
4236                 (unsigned long)pvolid);
4237         error = code;
4238         goto refail;
4239     }
4240
4241     if (flags & RV_CRDUMP)
4242         newCreateDate = tstatus.creationDate;
4243     else if (flags & RV_CRKEEP && oldCreateDate != 0)
4244         newCreateDate = oldCreateDate;
4245     else
4246         newCreateDate = time(0);
4247     if (flags & RV_LUDUMP)
4248         newUpdateDate = tstatus.updateDate;
4249     else if (flags & RV_LUKEEP)
4250         newUpdateDate = oldUpdateDate;
4251     else
4252         newUpdateDate = time(0);
4253     code = AFSVolSetDate(toconn,totid, newCreateDate);
4254     if (code) {
4255         fprintf(STDERR, "Could not set the 'creation' date on %u\n", pvolid);
4256         error = code;
4257         goto refail;
4258     }
4259
4260     init_volintInfo(&vinfo);
4261     vinfo.creationDate = newCreateDate;
4262     vinfo.updateDate = newUpdateDate;
4263     code = AFSVolSetInfo(toconn, totid, &vinfo);
4264     if (code) {
4265         fprintf(STDERR, "Could not set the 'last updated' date on %u\n",
4266                 pvolid);
4267         error = code;
4268         goto refail;
4269     }
4270
4271     volflag = ((flags & RV_OFFLINE) ? VTOutOfService : 0);      /* off or on-line */
4272     code = AFSVolSetFlags(toconn, totid, volflag);
4273     if (code) {
4274         fprintf(STDERR, "Could not mark %lu online\n", (unsigned long)pvolid);
4275         error = code;
4276         goto refail;
4277     }
4278
4279 /* It isn't handled right in refail */
4280     code = AFSVolEndTrans(toconn, totid, &rcode);
4281     totid = 0;
4282     if (!code)
4283         code = rcode;
4284     if (code) {
4285         fprintf(STDERR, "Could not end transaction on %lu\n",
4286                 (unsigned long)pvolid);
4287         error = code;
4288         goto refail;
4289     }
4290
4291     success = 1;
4292     fprintf(STDOUT, " done\n");
4293     fflush(STDOUT);
4294     if (success && (!reuseID || (flags & RV_FULLRST))) {
4295         /* Volume was restored on the file server, update the 
4296          * VLDB to reflect the change.
4297          */
4298         vcode = VLDB_GetEntryByID(pvolid, voltype, &entry);
4299         if (vcode && vcode != VL_NOENT && vcode != VL_ENTDELETED) {
4300             fprintf(STDERR,
4301                     "Could not fetch the entry for volume number %lu from VLDB \n",
4302                     (unsigned long)pvolid);
4303             error = vcode;
4304             goto refail;
4305         }
4306         if (!vcode)
4307             MapHostToNetwork(&entry);
4308         if (vcode == VL_NOENT) {        /* it doesnot exist already */
4309             /*make the vldb return this indication specifically */
4310             VPRINT("------- Creating a new VLDB entry ------- \n");
4311             strcpy(entry.name, tovolname);
4312             entry.nServers = 1;
4313             entry.serverNumber[0] = toserver;   /*should be indirect */
4314             entry.serverPartition[0] = topart;
4315             entry.serverFlags[0] = (flags & RV_RDONLY) ? ITSROVOL : ITSRWVOL;
4316             entry.flags = (flags & RV_RDONLY) ? RO_EXISTS : RW_EXISTS;
4317             if (flags & RV_RDONLY)
4318                 entry.volumeId[ROVOL] = pvolid;
4319             else if (tstatus.cloneID != 0) {
4320                 entry.volumeId[ROVOL] = tstatus.cloneID;        /*this should come from status info on the volume if non zero */
4321             } else
4322                 entry.volumeId[ROVOL] = INVALID_BID;
4323             entry.volumeId[RWVOL] = pparentid;
4324             entry.cloneId = 0;
4325             if (tstatus.backupID != 0) {
4326                 entry.volumeId[BACKVOL] = tstatus.backupID;
4327                 /*this should come from status info on the volume if non zero */
4328             } else
4329                 entry.volumeId[BACKVOL] = INVALID_BID;
4330             MapNetworkToHost(&entry, &storeEntry);
4331             vcode = VLDB_CreateEntry(&storeEntry);
4332             if (vcode) {
4333                 fprintf(STDERR,
4334                         "Could not create the VLDB entry for volume number %lu  \n",
4335                         (unsigned long)pvolid);
4336                 error = vcode;
4337                 goto refail;
4338             }
4339             islocked = 0;
4340             if (verbose)
4341                 EnumerateEntry(&entry);
4342         } else {                /*update the existing entry */
4343             if (verbose) {
4344                 fprintf(STDOUT, "Updating the existing VLDB entry\n");
4345                 fprintf(STDOUT, "------- Old entry -------\n");
4346                 EnumerateEntry(&entry);
4347                 fprintf(STDOUT, "------- New entry -------\n");
4348             }
4349             vcode =
4350                 ubik_Call(VL_SetLock, cstruct, 0, pvolid, voltype,
4351                           VLOP_RESTORE);
4352             if (vcode) {
4353                 fprintf(STDERR,
4354                         "Could not lock the entry for volume number %lu \n",
4355                         (unsigned long)pvolid);
4356                 error = vcode;
4357                 goto refail;
4358             }
4359             islocked = 1;
4360             strcpy(entry.name, tovolname);
4361
4362             /* Update the vlentry with the new information */
4363             if (flags & RV_RDONLY)
4364                 index = Lp_ROMatch(toserver, topart, &entry) - 1;
4365             else
4366                 index = Lp_GetRwIndex(&entry);
4367             if (index == -1) {
4368                 /* Add the new site for the volume being restored */
4369                 entry.serverNumber[entry.nServers] = toserver;
4370                 entry.serverPartition[entry.nServers] = topart;
4371                 entry.serverFlags[entry.nServers] =
4372                     (flags & RV_RDONLY) ? ITSROVOL : ITSRWVOL;
4373                 entry.nServers++;
4374             } else {
4375                 /* This volume should be deleted on the old site
4376                  * if its different from new site.
4377                  */
4378                 same =
4379                     VLDB_IsSameAddrs(toserver, entry.serverNumber[index],
4380                                      &errcode);
4381                 EPRINT2(errcode,
4382                         "Failed to get info about server's %d address(es) from vlserver (err=%d)\n",
4383                         toserver, errcode);
4384                 if ((!errcode && !same)
4385                     || (entry.serverPartition[index] != topart)) {
4386                     tempconn =
4387                         UV_Bind(entry.serverNumber[index],
4388                                 AFSCONF_VOLUMEPORT);
4389
4390                     MapPartIdIntoName(entry.serverPartition[index],
4391                                       apartName);
4392                     VPRINT3
4393                         ("Deleting the previous volume %u on server %s, partition %s ...",
4394                          pvolid,
4395                          hostutil_GetNameByINet(entry.serverNumber[index]),
4396                          apartName);
4397                     code =
4398                         AFSVolTransCreate(tempconn, pvolid,
4399                                           entry.serverPartition[index],
4400                                           ITOffline, &temptid);
4401                     if (!code) {
4402                         code =
4403                             AFSVolSetFlags(tempconn, temptid,
4404                                            VTDeleteOnSalvage |
4405                                            VTOutOfService);
4406                         if (code) {
4407                             fprintf(STDERR,
4408                                     "Could not set flags on volume %lu on the older site\n",
4409                                     (unsigned long)pvolid);
4410                             error = code;
4411                             goto refail;
4412                         }
4413                         code = AFSVolDeleteVolume(tempconn, temptid);
4414                         if (code) {
4415                             fprintf(STDERR,
4416                                     "Could not delete volume %lu on the older site\n",
4417                                     (unsigned long)pvolid);
4418                             error = code;
4419                             goto refail;
4420                         }
4421                         code = AFSVolEndTrans(tempconn, temptid, &rcode);
4422                         temptid = 0;
4423                         if (!code)
4424                             code = rcode;
4425                         if (code) {
4426                             fprintf(STDERR,
4427                                     "Could not end transaction on volume %lu on the older site\n",
4428                                     (unsigned long)pvolid);
4429                             error = code;
4430                             goto refail;
4431                         }
4432                         VDONE;
4433                         MapPartIdIntoName(entry.serverPartition[index],
4434                                           partName);
4435                     }
4436                 }
4437                 entry.serverNumber[index] = toserver;
4438                 entry.serverPartition[index] = topart;
4439             }
4440
4441             entry.flags |= (flags & RV_RDONLY) ? RO_EXISTS : RW_EXISTS;
4442             MapNetworkToHost(&entry, &storeEntry);
4443             vcode =
4444                 VLDB_ReplaceEntry(pvolid, voltype, &storeEntry,
4445                                   LOCKREL_OPCODE | LOCKREL_AFSID |
4446                                   LOCKREL_TIMESTAMP);
4447             if (vcode) {
4448                 fprintf(STDERR,
4449                         "Could not update the entry for volume number %lu  \n",
4450                         (unsigned long)pvolid);
4451                 error = vcode;
4452                 goto refail;
4453             }
4454             islocked = 0;
4455             if (verbose)
4456                 EnumerateEntry(&entry);
4457         }
4458
4459
4460     }
4461   refail:
4462     if (tocall) {
4463         code = rx_EndCall(tocall, rxError);
4464         if (!error)
4465             error = code;
4466     }
4467     if (islocked) {
4468         vcode =
4469             ubik_Call(VL_ReleaseLock, cstruct, 0, pvolid, voltype,
4470                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4471         if (vcode) {
4472             fprintf(STDERR,
4473                     "Could not release lock on the VLDB entry for the volume %lu\n",
4474                     (unsigned long)pvolid);
4475             if (!error)
4476                 error = vcode;
4477         }
4478     }
4479     if (totid) {
4480         code = AFSVolEndTrans(toconn, totid, &rcode);
4481         if (!code)
4482             code = rcode;
4483         if (code) {
4484             fprintf(STDERR, "Could not end transaction on the volume %lu \n",
4485                     (unsigned long)pvolid);
4486             if (!error)
4487                 error = code;
4488         }
4489     }
4490     if (temptid) {
4491         code = AFSVolEndTrans(toconn, temptid, &rcode);
4492         if (!code)
4493             code = rcode;
4494         if (code) {
4495             fprintf(STDERR, "Could not end transaction on the volume %lu \n",
4496                     (unsigned long)pvolid);
4497             if (!error)
4498                 error = code;
4499         }
4500     }
4501     if (tempconn)
4502         rx_DestroyConnection(tempconn);
4503     if (toconn)
4504         rx_DestroyConnection(toconn);
4505     PrintError("", error);
4506     return error;
4507 }
4508
4509 int
4510 UV_RestoreVolume(afs_int32 toserver, afs_int32 topart, afs_int32 tovolid,
4511                  char tovolname[], int flags, afs_int32(*WriteData) (),
4512                  char *rock)
4513 {
4514     return UV_RestoreVolume2(toserver, topart, tovolid, 0, tovolname, flags,
4515                              WriteData, rock);
4516 }
4517
4518
4519 /*unlocks the vldb entry associated with <volid> */
4520 int
4521 UV_LockRelease(afs_int32 volid)
4522 {
4523
4524
4525     afs_int32 vcode;
4526
4527     VPRINT("Binding to the VLDB server\n");
4528     vcode =
4529         ubik_Call(VL_ReleaseLock, cstruct, 0, volid, -1,
4530                   LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4531     if (vcode) {
4532         fprintf(STDERR,
4533                 "Could not unlock the entry for volume number %lu in VLDB \n",
4534                 (unsigned long)volid);
4535         PrintError("", vcode);
4536         return (vcode);
4537     }
4538     VPRINT("VLDB updated\n");
4539     return 0;
4540
4541 }
4542
4543 /*adds <server> and <part> as a readonly replication site for <volid>
4544 *in vldb */
4545 int
4546 UV_AddSite(afs_int32 server, afs_int32 part, afs_int32 volid)
4547 {
4548     int j, nro = 0, islocked = 0;
4549     struct nvldbentry entry, storeEntry;
4550     afs_int32 vcode, error = 0;
4551     char apartName[10];
4552
4553     error = ubik_Call(VL_SetLock, cstruct, 0, volid, RWVOL, VLOP_ADDSITE);
4554     if (error) {
4555         fprintf(STDERR,
4556                 " Could not lock the VLDB entry for the volume %lu \n",
4557                 (unsigned long)volid);
4558         goto asfail;
4559     }
4560     islocked = 1;
4561
4562     error = VLDB_GetEntryByID(volid, RWVOL, &entry);
4563     if (error) {
4564         fprintf(STDERR,
4565                 "Could not fetch the VLDB entry for volume number %lu  \n",
4566                 (unsigned long)volid);
4567         goto asfail;
4568
4569     }
4570     if (!ISNAMEVALID(entry.name)) {
4571         fprintf(STDERR,
4572                 "Volume name %s is too long, rename before adding site\n",
4573                 entry.name);
4574         error = VOLSERBADOP;
4575         goto asfail;
4576     }
4577     MapHostToNetwork(&entry);
4578
4579     /* See if it's too many entries */
4580     if (entry.nServers >= NMAXNSERVERS) {
4581         fprintf(STDERR, "Total number of entries will exceed %u\n",
4582                 NMAXNSERVERS);
4583         error = VOLSERBADOP;
4584         goto asfail;
4585     }
4586
4587     /* See if it's on the same server */
4588     for (j = 0; j < entry.nServers; j++) {
4589         if (entry.serverFlags[j] & ITSROVOL) {
4590             nro++;
4591             if (VLDB_IsSameAddrs(server, entry.serverNumber[j], &error)) {
4592                 if (error) {
4593                     fprintf(STDERR,
4594                             "Failed to get info about server's %d address(es) from vlserver (err=%d); aborting call!\n",
4595                             server, error);
4596                 } else {
4597                     MapPartIdIntoName(entry.serverPartition[j], apartName);
4598                     fprintf(STDERR,
4599                             "RO already exists on partition %s. Multiple ROs on a single server aren't allowed\n",
4600                             apartName);
4601                     error = VOLSERBADOP;
4602                 }
4603                 goto asfail;
4604             }
4605         }
4606     }
4607
4608     /* See if it's too many RO sites - leave one for the RW */
4609     if (nro >= NMAXNSERVERS - 1) {
4610         fprintf(STDERR, "Total number of sites will exceed %u\n",
4611                 NMAXNSERVERS - 1);
4612         error = VOLSERBADOP;
4613         goto asfail;
4614     }
4615
4616     VPRINT("Adding a new site ...");
4617     entry.serverNumber[entry.nServers] = server;
4618     entry.serverPartition[entry.nServers] = part;
4619     entry.serverFlags[entry.nServers] = (ITSROVOL | RO_DONTUSE);
4620     entry.nServers++;
4621
4622     MapNetworkToHost(&entry, &storeEntry);
4623     error =
4624         VLDB_ReplaceEntry(volid, RWVOL, &storeEntry,
4625                           LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4626     if (error) {
4627         fprintf(STDERR, "Could not update entry for volume %lu \n",
4628                 (unsigned long)volid);
4629         goto asfail;
4630     }
4631     islocked = 0;
4632     VDONE;
4633
4634   asfail:
4635     if (islocked) {
4636         vcode =
4637             ubik_Call(VL_ReleaseLock, cstruct, 0, volid, RWVOL,
4638                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4639         if (vcode) {
4640             fprintf(STDERR,
4641                     "Could not release lock on volume entry for %lu \n",
4642                     (unsigned long)volid);
4643             PrintError("", vcode);
4644         }
4645     }
4646
4647     PrintError("", error);
4648     return error;
4649 }
4650
4651 /*removes <server> <part> as read only site for <volid> from the vldb */
4652 int
4653 UV_RemoveSite(afs_int32 server, afs_int32 part, afs_int32 volid)
4654 {
4655     afs_int32 vcode;
4656     struct nvldbentry entry, storeEntry;
4657     int islocked;
4658
4659     vcode = ubik_Call(VL_SetLock, cstruct, 0, volid, RWVOL, VLOP_ADDSITE);
4660     if (vcode) {
4661         fprintf(STDERR, " Could not lock the VLDB entry for volume %lu \n",
4662                 (unsigned long)volid);
4663         PrintError("", vcode);
4664         return (vcode);
4665     }
4666     islocked = 1;
4667     vcode = VLDB_GetEntryByID(volid, RWVOL, &entry);
4668     if (vcode) {
4669         fprintf(STDERR,
4670                 "Could not fetch the entry for volume number %lu from VLDB \n",
4671                 (unsigned long)volid);
4672         PrintError("", vcode);
4673         return (vcode);
4674     }
4675     MapHostToNetwork(&entry);
4676     if (!Lp_ROMatch(server, part, &entry)) {
4677         /*this site doesnot exist  */
4678         fprintf(STDERR, "This site is not a replication site \n");
4679         vcode =
4680             ubik_Call(VL_ReleaseLock, cstruct, 0, volid, RWVOL,
4681                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4682         if (vcode) {
4683             fprintf(STDERR, "Could not update entry for volume %lu \n",
4684                     (unsigned long)volid);
4685             PrintError("", vcode);
4686             ubik_Call(VL_ReleaseLock, cstruct, 0, volid, RWVOL,
4687                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4688             return (vcode);
4689         }
4690         return VOLSERBADOP;
4691     } else {                    /*remove the rep site */
4692         Lp_SetROValue(&entry, server, part, 0, 0);
4693         entry.nServers--;
4694         if ((entry.nServers == 1) && (entry.flags & RW_EXISTS))
4695             entry.flags &= ~RO_EXISTS;
4696         if (entry.nServers < 1) {       /*this is the last ref */
4697             VPRINT1("Deleting the VLDB entry for %u ...", volid);
4698             fflush(STDOUT);
4699             vcode = ubik_Call(VL_DeleteEntry, cstruct, 0, volid, ROVOL);
4700             if (vcode) {
4701                 fprintf(STDERR,
4702                         "Could not delete VLDB entry for volume %lu \n",
4703                         (unsigned long)volid);
4704                 PrintError("", vcode);
4705                 return (vcode);
4706             }
4707             VDONE;
4708         }
4709         MapNetworkToHost(&entry, &storeEntry);
4710         fprintf(STDOUT, "Deleting the replication site for volume %lu ...",
4711                 (unsigned long)volid);
4712         fflush(STDOUT);
4713         vcode =
4714             VLDB_ReplaceEntry(volid, RWVOL, &storeEntry,
4715                               LOCKREL_OPCODE | LOCKREL_AFSID |
4716                               LOCKREL_TIMESTAMP);
4717         if (vcode) {
4718             fprintf(STDERR,
4719                     "Could not release lock on volume entry for %lu \n",
4720                     (unsigned long)volid);
4721             PrintError("", vcode);
4722             ubik_Call(VL_ReleaseLock, cstruct, 0, volid, RWVOL,
4723                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4724             return (vcode);
4725         }
4726         VDONE;
4727     }
4728     return 0;
4729 }
4730
4731 /*sets <server> <part> as read/write site for <volid> in the vldb */
4732 int
4733 UV_ChangeLocation(afs_int32 server, afs_int32 part, afs_int32 volid)
4734 {
4735     afs_int32 vcode;
4736     struct nvldbentry entry, storeEntry;
4737     int index;
4738
4739     vcode = ubik_Call(VL_SetLock, cstruct, 0, volid, RWVOL, VLOP_ADDSITE);
4740     if (vcode) {
4741         fprintf(STDERR, " Could not lock the VLDB entry for volume %lu \n",
4742                 (unsigned long)volid);
4743         PrintError("", vcode);
4744         return (vcode);
4745     }
4746     vcode = VLDB_GetEntryByID(volid, RWVOL, &entry);
4747     if (vcode) {
4748         fprintf(STDERR,
4749                 "Could not fetch the entry for volume number %lu from VLDB \n",
4750                 (unsigned long)volid);
4751         PrintError("", vcode);
4752         return (vcode);
4753     }
4754     MapHostToNetwork(&entry);
4755     index = Lp_GetRwIndex(&entry);
4756     if (index < 0) {
4757         /* no RW site exists  */
4758         fprintf(STDERR, "No existing RW site for volume %lu",
4759                 (unsigned long)volid);
4760         vcode =
4761             ubik_Call(VL_ReleaseLock, cstruct, 0, volid, RWVOL,
4762                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4763         if (vcode) {
4764             fprintf(STDERR,
4765                     "Could not release lock on entry for volume %lu \n",
4766                     (unsigned long)volid);
4767             PrintError("", vcode);
4768             return (vcode);
4769         }
4770         return VOLSERBADOP;
4771     } else {                    /* change the RW site */
4772         entry.serverNumber[index] = server;
4773         entry.serverPartition[index] = part;
4774         MapNetworkToHost(&entry, &storeEntry);
4775         vcode =
4776             VLDB_ReplaceEntry(volid, RWVOL, &storeEntry,
4777                               LOCKREL_OPCODE | LOCKREL_AFSID |
4778                               LOCKREL_TIMESTAMP);
4779         if (vcode) {
4780             fprintf(STDERR, "Could not update entry for volume %lu \n",
4781                     (unsigned long)volid);
4782             PrintError("", vcode);
4783             ubik_Call(VL_ReleaseLock, cstruct, 0, volid, RWVOL,
4784                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
4785             return (vcode);
4786         }
4787         VDONE;
4788     }
4789     return 0;
4790 }
4791
4792 /*list all the partitions on <aserver> */
4793 int
4794 UV_ListPartitions(afs_int32 aserver, struct partList *ptrPartList,
4795                   afs_int32 * cntp)
4796 {
4797     struct rx_connection *aconn;
4798     struct pIDs partIds;
4799     struct partEntries partEnts;
4800     register int i, j = 0, code;
4801
4802     *cntp = 0;
4803     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
4804
4805     partEnts.partEntries_len = 0;
4806     partEnts.partEntries_val = NULL;
4807     code = AFSVolXListPartitions(aconn, &partEnts);     /* this is available only on new servers */
4808     if (code == RXGEN_OPCODE) {
4809         for (i = 0; i < 26; i++)        /* try old interface */
4810             partIds.partIds[i] = -1;
4811         code = AFSVolListPartitions(aconn, &partIds);
4812         if (!code) {
4813             for (i = 0; i < 26; i++) {
4814                 if ((partIds.partIds[i]) != -1) {
4815                     ptrPartList->partId[j] = partIds.partIds[i];
4816                     ptrPartList->partFlags[j] = PARTVALID;
4817                     j++;
4818                 } else
4819                     ptrPartList->partFlags[i] = 0;
4820             }
4821             *cntp = j;
4822         }
4823     } else if (!code) {
4824         *cntp = partEnts.partEntries_len;
4825         if (*cntp > VOLMAXPARTS) {
4826             fprintf(STDERR,
4827                     "Warning: number of partitions on the server too high %d (process only %d)\n",
4828                     *cntp, VOLMAXPARTS);
4829             *cntp = VOLMAXPARTS;
4830         }
4831         for (i = 0; i < *cntp; i++) {
4832             ptrPartList->partId[i] = partEnts.partEntries_val[i];
4833             ptrPartList->partFlags[i] = PARTVALID;
4834         }
4835         free(partEnts.partEntries_val);
4836     }
4837
4838    /* out: */
4839     if (code)
4840         fprintf(STDERR,
4841                 "Could not fetch the list of partitions from the server\n");
4842     PrintError("", code);
4843     if (aconn)
4844         rx_DestroyConnection(aconn);
4845     return code;
4846 }
4847
4848
4849 /*zap the list of volumes specified by volPtrArray (the volCloneId field).
4850  This is used by the backup system */
4851 int
4852 UV_ZapVolumeClones(afs_int32 aserver, afs_int32 apart,
4853                    struct volDescription *volPtr, afs_int32 arraySize)
4854 {
4855     struct rx_connection *aconn;
4856     struct volDescription *curPtr;
4857     int curPos;
4858     afs_int32 code = 0;
4859     afs_int32 rcode = 0;
4860     afs_int32 success = 1;
4861     afs_int32 tid;
4862
4863     aconn = (struct rx_connection *)0;
4864     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
4865     curPos = 0;
4866     for (curPtr = volPtr; curPos < arraySize; curPtr++) {
4867         if (curPtr->volFlags & CLONEVALID) {
4868             curPtr->volFlags &= ~CLONEZAPPED;
4869             success = 1;
4870             code =
4871                 AFSVolTransCreate(aconn, curPtr->volCloneId, apart, ITOffline,
4872                                   &tid);
4873             if (code)
4874                 success = 0;
4875             else {
4876                 code = AFSVolDeleteVolume(aconn, tid);
4877                 if (code)
4878                     success = 0;
4879                 code = AFSVolEndTrans(aconn, tid, &rcode);
4880                 if (code || rcode)
4881                     success = 0;
4882             }
4883             if (success)
4884                 curPtr->volFlags |= CLONEZAPPED;
4885             if (!success)
4886                 fprintf(STDERR, "Could not zap volume %lu\n",
4887                         (unsigned long)curPtr->volCloneId);
4888             if (success)
4889                 VPRINT2("Clone of %s %u deleted\n", curPtr->volName,
4890                         curPtr->volCloneId);
4891             curPos++;
4892             tid = 0;
4893         }
4894     }
4895     if (aconn)
4896         rx_DestroyConnection(aconn);
4897     return 0;
4898 }
4899
4900 /*return a list of clones of the volumes specified by volPtrArray. Used by the 
4901  backup system */
4902 int
4903 UV_GenerateVolumeClones(afs_int32 aserver, afs_int32 apart,
4904                         struct volDescription *volPtr, afs_int32 arraySize)
4905 {
4906     struct rx_connection *aconn;
4907     struct volDescription *curPtr;
4908     int curPos;
4909     afs_int32 code = 0;
4910     afs_int32 rcode = 0;
4911     afs_int32 tid;
4912     int reuseCloneId = 0;
4913     afs_int32 curCloneId = 0;
4914     char cloneName[256];        /*max vol name */
4915
4916     aconn = (struct rx_connection *)0;
4917     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
4918     curPos = 0;
4919     if ((volPtr->volFlags & REUSECLONEID) && (volPtr->volFlags & ENTRYVALID))
4920         reuseCloneId = 1;
4921     else {                      /*get a bunch of id's from vldb */
4922         code =
4923             ubik_Call(VL_GetNewVolumeId, cstruct, 0, arraySize, &curCloneId);
4924         if (code) {
4925             fprintf(STDERR, "Could not get ID's for the clone from VLDB\n");
4926             PrintError("", code);
4927             return code;
4928         }
4929     }
4930
4931     for (curPtr = volPtr; curPos < arraySize; curPtr++) {
4932         if (curPtr->volFlags & ENTRYVALID) {
4933
4934             curPtr->volFlags |= CLONEVALID;
4935             /*make a clone of curParentId and record as curPtr->volCloneId */
4936             code =
4937                 AFSVolTransCreate(aconn, curPtr->volId, apart, ITOffline,
4938                                   &tid);
4939             if (code)
4940                 VPRINT2("Clone for volume %s %u failed \n", curPtr->volName,
4941                         curPtr->volId);
4942             if (code) {
4943                 curPtr->volFlags &= ~CLONEVALID;        /*cant clone */
4944                 curPos++;
4945                 continue;
4946             }
4947             if (strlen(curPtr->volName) < (VOLSER_OLDMAXVOLNAME - 9)) {
4948                 strcpy(cloneName, curPtr->volName);
4949                 strcat(cloneName, "-tmpClone-");
4950             } else
4951                 strcpy(cloneName, "-tmpClone");
4952             if (reuseCloneId) {
4953                 curPtr->volCloneId = curCloneId;
4954                 curCloneId++;
4955             }
4956
4957             code =
4958                 AFSVolClone(aconn, tid, 0, readonlyVolume, cloneName,
4959                             &(curPtr->volCloneId));
4960             if (code) {
4961                 curPtr->volFlags &= ~CLONEVALID;
4962                 curPos++;
4963                 fprintf(STDERR, "Could not clone %s due to error %lu\n",
4964                         curPtr->volName, (unsigned long)code);
4965                 code = AFSVolEndTrans(aconn, tid, &rcode);
4966                 if (code)
4967                     fprintf(STDERR, "WARNING: could not end transaction\n");
4968                 continue;
4969             }
4970             VPRINT2("********** Cloned %s temporary %u\n", cloneName,
4971                     curPtr->volCloneId);
4972             code = AFSVolEndTrans(aconn, tid, &rcode);
4973             if (code || rcode) {
4974                 curPtr->volFlags &= ~CLONEVALID;
4975                 curPos++;
4976                 continue;
4977             }
4978
4979             curPos++;
4980         }
4981     }
4982     if (aconn)
4983         rx_DestroyConnection(aconn);
4984     return 0;
4985 }
4986
4987
4988 /*list all the volumes on <aserver> and <apart>. If all = 1, then all the
4989 * relevant fields of the volume are also returned. This is a heavy weight operation.*/
4990 int
4991 UV_ListVolumes(afs_int32 aserver, afs_int32 apart, int all,
4992                struct volintInfo **resultPtr, afs_int32 * size)
4993 {
4994     struct rx_connection *aconn;
4995     afs_int32 code = 0;
4996     volEntries volumeInfo;
4997
4998     code = 0;
4999     *size = 0;
5000     *resultPtr = (volintInfo *) 0;
5001     volumeInfo.volEntries_val = (volintInfo *) 0;       /*this hints the stub to allocate space */
5002     volumeInfo.volEntries_len = 0;
5003
5004     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
5005     code = AFSVolListVolumes(aconn, apart, all, &volumeInfo);
5006     if (code) {
5007         fprintf(STDERR,
5008                 "Could not fetch the list of volumes from the server\n");
5009     } else {
5010         *resultPtr = volumeInfo.volEntries_val;
5011         *size = volumeInfo.volEntries_len;
5012     }
5013
5014     if (aconn)
5015         rx_DestroyConnection(aconn);
5016     PrintError("", code);
5017     return code;
5018 }
5019
5020 /*------------------------------------------------------------------------
5021  * EXPORTED UV_XListVolumes
5022  *
5023  * Description:
5024  *      List the extended information for all the volumes on a particular
5025  *      File Server and partition.  We may either return the volume's ID
5026  *      or all of its extended information.
5027  *
5028  * Arguments:
5029  *      a_serverID         : Address of the File Server for which we want
5030  *                              extended volume info.
5031  *      a_partID           : Partition for which we want the extended
5032  *                              volume info.
5033  *      a_all              : If non-zero, fetch ALL the volume info,
5034  *                              otherwise just the volume ID.
5035  *      a_resultPP         : Ptr to the address of the area containing
5036  *                              the returned volume info.
5037  *      a_numEntsInResultP : Ptr for the value we set for the number of
5038  *                              entries returned.
5039  *
5040  * Returns:
5041  *      0 on success,
5042  *      Otherise, the return value of AFSVolXListVolumes.
5043  *
5044  * Environment:
5045  *      This routine is closely related to UV_ListVolumes, which returns
5046  *      only the standard level of detail on AFS volumes. It is a
5047  *      heavyweight operation, zipping through all the volume entries for
5048  *      a given server/partition.
5049  *
5050  * Side Effects:
5051  *      As advertised.
5052  *------------------------------------------------------------------------*/
5053
5054 int
5055 UV_XListVolumes(afs_int32 a_serverID, afs_int32 a_partID, int a_all,
5056                 struct volintXInfo **a_resultPP,
5057                 afs_int32 * a_numEntsInResultP)
5058 {
5059     struct rx_connection *rxConnP;      /*Ptr to the Rx connection involved */
5060     afs_int32 code;             /*Error code to return */
5061     volXEntries volumeXInfo;    /*Area for returned extended vol info */
5062
5063     /*
5064      * Set up our error code and the area for returned extended volume info.
5065      * We set the val field to a null pointer as a hint for the stub to
5066      * allocate space.
5067      */
5068     code = 0;
5069     *a_numEntsInResultP = 0;
5070     *a_resultPP = (volintXInfo *) 0;
5071     volumeXInfo.volXEntries_val = (volintXInfo *) 0;
5072     volumeXInfo.volXEntries_len = 0;
5073
5074     /*
5075      * Bind to the Volume Server port on the File Server machine in question,
5076      * then go for it.
5077      */
5078     rxConnP = UV_Bind(a_serverID, AFSCONF_VOLUMEPORT);
5079     code = AFSVolXListVolumes(rxConnP, a_partID, a_all, &volumeXInfo);
5080     if (code)
5081         fprintf(STDERR, "[UV_XListVolumes] Couldn't fetch volume list\n");
5082     else {
5083         /*
5084          * We got the info; pull out the pointer to where the results lie
5085          * and how many entries are there.
5086          */
5087         *a_resultPP = volumeXInfo.volXEntries_val;
5088         *a_numEntsInResultP = volumeXInfo.volXEntries_len;
5089     }
5090
5091     /*
5092      * If we got an Rx connection, throw it away.
5093      */
5094     if (rxConnP)
5095         rx_DestroyConnection(rxConnP);
5096
5097     PrintError("", code);
5098     return (code);
5099 }                               /*UV_XListVolumes */
5100
5101 /* get all the information about volume <volid> on <aserver> and <apart> */
5102 int
5103 UV_ListOneVolume(afs_int32 aserver, afs_int32 apart, afs_int32 volid,
5104                  struct volintInfo **resultPtr)
5105 {
5106     struct rx_connection *aconn;
5107     afs_int32 code = 0;
5108     volEntries volumeInfo;
5109
5110     code = 0;
5111
5112     *resultPtr = (volintInfo *) 0;
5113     volumeInfo.volEntries_val = (volintInfo *) 0;       /*this hints the stub to allocate space */
5114     volumeInfo.volEntries_len = 0;
5115
5116     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
5117     code = AFSVolListOneVolume(aconn, apart, volid, &volumeInfo);
5118     if (code) {
5119         fprintf(STDERR,
5120                 "Could not fetch the information about volume %lu from the server\n",
5121                 (unsigned long)volid);
5122     } else {
5123         *resultPtr = volumeInfo.volEntries_val;
5124
5125     }
5126
5127     if (aconn)
5128         rx_DestroyConnection(aconn);
5129     PrintError("", code);
5130     return code;
5131 }
5132
5133 /*------------------------------------------------------------------------
5134  * EXPORTED UV_XListOneVolume
5135  *
5136  * Description:
5137  *      List the extended information for a volume on a particular File
5138  *      Server and partition.
5139  *
5140  * Arguments:
5141  *      a_serverID         : Address of the File Server for which we want
5142  *                              extended volume info.
5143  *      a_partID           : Partition for which we want the extended
5144  *                              volume info.
5145  *      a_volID            : Volume ID for which we want the info.
5146  *      a_resultPP         : Ptr to the address of the area containing
5147  *                              the returned volume info.
5148  *
5149  * Returns:
5150  *      0 on success,
5151  *      Otherise, the return value of AFSVolXListOneVolume.
5152  *
5153  * Environment:
5154  *      This routine is closely related to UV_ListOneVolume, which returns
5155  *      only the standard level of detail on the chosen AFS volume.
5156  *
5157  * Side Effects:
5158  *      As advertised.
5159  *------------------------------------------------------------------------*/
5160
5161 int
5162 UV_XListOneVolume(afs_int32 a_serverID, afs_int32 a_partID, afs_int32 a_volID,
5163                   struct volintXInfo **a_resultPP)
5164 {
5165     struct rx_connection *rxConnP;      /*Rx connection to Volume Server */
5166     afs_int32 code;             /*Error code */
5167     volXEntries volumeXInfo;    /*Area for returned info */
5168
5169     /*
5170      * Set up our error code, and the area we're in which we are returning
5171      * the info.  Setting the val field to a null pointer tells the stub
5172      * to allocate space for us.
5173      */
5174     code = 0;
5175     *a_resultPP = (volintXInfo *) 0;
5176     volumeXInfo.volXEntries_val = (volintXInfo *) 0;
5177     volumeXInfo.volXEntries_len = 0;
5178
5179     /*
5180      * Bind to the Volume Server port on the File Server machine in question,
5181      * then go for it.
5182      */
5183     rxConnP = UV_Bind(a_serverID, AFSCONF_VOLUMEPORT);
5184     code = AFSVolXListOneVolume(rxConnP, a_partID, a_volID, &volumeXInfo);
5185     if (code)
5186         fprintf(STDERR,
5187                 "[UV_XListOneVolume] Couldn't fetch the volume information\n");
5188     else
5189         /*
5190          * We got the info; pull out the pointer to where the results lie.
5191          */
5192         *a_resultPP = volumeXInfo.volXEntries_val;
5193
5194     /*
5195      * If we got an Rx connection, throw it away.
5196      */
5197     if (rxConnP)
5198         rx_DestroyConnection(rxConnP);
5199
5200     PrintError("", code);
5201     return code;
5202 }
5203
5204 /* CheckVolume()
5205  *    Given a volume we read from a partition, check if it is 
5206  *    represented in the VLDB correctly.
5207  * 
5208  *    The VLDB is looked up by the RW volume id (not its name).
5209  *    The RW contains the true name of the volume (BK and RO set
5210  *       the name in the VLDB only on creation of the VLDB entry).
5211  *    We want rules strict enough that when we check all volumes
5212  *       on one partition, it does not need to be done again. IE:
5213  *       two volumes on different partitions won't constantly 
5214  *       change a VLDB entry away from what the other set.
5215  *    For RW and BK volumes, we will always check the VLDB to see 
5216  *       if the two exist on the server/partition. May seem redundant,
5217  *       but this is an easy check of the VLDB. IE: if the VLDB entry
5218  *       says the BK exists but no BK volume is there, we will detect
5219  *       this when we check the RW volume.
5220  *    VLDB entries are locked only when a change needs to be done.
5221  *    Output changed to look a lot like the "vos syncserv" otuput.
5222  */
5223 static afs_int32
5224 CheckVolume(volintInfo * volumeinfo, afs_int32 aserver, afs_int32 apart,
5225             afs_int32 * modentry, afs_uint32 * maxvolid)
5226 {
5227     int idx, j;
5228     afs_int32 code, error = 0;
5229     struct nvldbentry entry, storeEntry;
5230     char pname[10];
5231     int pass = 0, islocked = 0, createentry, addvolume, modified, mod;
5232     afs_int32 rwvolid;
5233
5234     if (modentry)
5235         *modentry = 0;
5236     rwvolid =
5237         ((volumeinfo->type ==
5238           RWVOL) ? volumeinfo->volid : volumeinfo->parentID);
5239
5240   retry:
5241     /* Check to see if the VLDB is ok without locking it (pass 1).
5242      * If it will change, then lock the VLDB entry, read it again,
5243      * then make the changes to it (pass 2).
5244      */
5245     if (++pass == 2) {
5246         code = ubik_Call(VL_SetLock, cstruct, 0, rwvolid, RWVOL, VLOP_DELETE);
5247         if (code) {
5248             fprintf(STDERR, "Could not lock VLDB entry for %lu\n",
5249                     (unsigned long)rwvolid);
5250             ERROR_EXIT(code);
5251         }
5252         islocked = 1;
5253     }
5254
5255     createentry = 0;            /* Do we need to create a VLDB entry */
5256     addvolume = 0;              /* Add this volume to the VLDB entry */
5257     modified = 0;               /* The VLDB entry was modified */
5258
5259     /* Read the entry from VLDB by its RW volume id */
5260     code = VLDB_GetEntryByID(rwvolid, RWVOL, &entry);
5261     if (code) {
5262         if (code != VL_NOENT) {
5263             fprintf(STDOUT,
5264                     "Could not retreive the VLDB entry for volume %lu \n",
5265                     (unsigned long)rwvolid);
5266             ERROR_EXIT(code);
5267         }
5268
5269         memset(&entry, 0, sizeof(entry));
5270         vsu_ExtractName(entry.name, volumeinfo->name);  /* Store name of RW */
5271
5272         createentry = 1;
5273     } else {
5274         MapHostToNetwork(&entry);
5275     }
5276
5277     if (verbose && (pass == 1)) {
5278         fprintf(STDOUT, "_______________________________\n");
5279         fprintf(STDOUT, "\n-- status before -- \n");
5280         if (createentry) {
5281             fprintf(STDOUT, "\n**does not exist**\n");
5282         } else {
5283             if ((entry.flags & RW_EXISTS) || (entry.flags & RO_EXISTS)
5284                 || (entry.flags & BACK_EXISTS))
5285                 EnumerateEntry(&entry);
5286         }
5287         fprintf(STDOUT, "\n");
5288     }
5289
5290     if (volumeinfo->type == RWVOL) {    /* RW volume exists */
5291         if (createentry) {
5292             idx = 0;
5293             entry.nServers = 1;
5294             addvolume++;
5295         } else {
5296             /* Check existence of RW and BK volumes */
5297             code = CheckVldbRWBK(&entry, &mod);
5298             if (code)
5299                 ERROR_EXIT(code);
5300             if (mod)
5301                 modified++;
5302
5303             idx = Lp_GetRwIndex(&entry);
5304             if (idx == -1) {    /* RW index not found in the VLDB entry */
5305                 idx = entry.nServers;   /* put it into next index */
5306                 entry.nServers++;
5307                 addvolume++;
5308             } else {            /* RW index found in the VLDB entry. */
5309                 /* Verify if this volume's location matches where the VLDB says it is */
5310                 if (!Lp_Match(aserver, apart, &entry)) {
5311                     if (entry.flags & RW_EXISTS) {
5312                         /* The RW volume exists elsewhere - report this one a duplicate */
5313                         if (pass == 1) {
5314                             MapPartIdIntoName(apart, pname);
5315                             fprintf(STDERR,
5316                                     "*** Warning: Orphaned RW volume %lu exists on %s %s\n",
5317                                     (unsigned long)rwvolid,
5318                                     hostutil_GetNameByINet(aserver), pname);
5319                             MapPartIdIntoName(entry.serverPartition[idx],
5320                                               pname);
5321                             fprintf(STDERR,
5322                                     "    VLDB reports RW volume %lu exists on %s %s\n",
5323                                     (unsigned long)rwvolid,
5324                                     hostutil_GetNameByINet(entry.
5325                                                            serverNumber[idx]),
5326                                     pname);
5327                         }
5328                     } else {
5329                         /* The RW volume does not exist - have VLDB point to this one */
5330                         addvolume++;
5331
5332                         /* Check for orphaned BK volume on old partition */
5333                         if (entry.flags & BACK_EXISTS) {
5334                             if (pass == 1) {
5335                                 MapPartIdIntoName(entry.serverPartition[idx],
5336                                                   pname);
5337                                 fprintf(STDERR,
5338                                         "*** Warning: Orphaned BK volume %u exists on %s %s\n",
5339                                         entry.volumeId[BACKVOL],
5340                                         hostutil_GetNameByINet(entry.
5341                                                                serverNumber
5342                                                                [idx]), pname);
5343                                 MapPartIdIntoName(apart, pname);
5344                                 fprintf(STDERR,
5345                                         "    VLDB reports its RW volume %lu exists on %s %s\n",
5346                                         (unsigned long)rwvolid,
5347                                         hostutil_GetNameByINet(aserver),
5348                                         pname);
5349                             }
5350                         }
5351                     }
5352                 } else {
5353                     /* Volume location matches the VLDB location */
5354                     if ((volumeinfo->backupID && !entry.volumeId[BACKVOL])
5355                         || (volumeinfo->cloneID && !entry.volumeId[ROVOL])
5356                         ||
5357                         (strncmp
5358                          (entry.name, volumeinfo->name,
5359                           VOLSER_OLDMAXVOLNAME) != 0)) {
5360                         addvolume++;
5361                     }
5362                 }
5363             }
5364         }
5365
5366         if (addvolume) {
5367             entry.flags |= RW_EXISTS;
5368             entry.volumeId[RWVOL] = rwvolid;
5369             if (!entry.volumeId[BACKVOL])
5370                 entry.volumeId[BACKVOL] = volumeinfo->backupID;
5371             if (!entry.volumeId[ROVOL])
5372                 entry.volumeId[ROVOL] = volumeinfo->cloneID;
5373
5374             entry.serverFlags[idx] = ITSRWVOL;
5375             entry.serverNumber[idx] = aserver;
5376             entry.serverPartition[idx] = apart;
5377             strncpy(entry.name, volumeinfo->name, VOLSER_OLDMAXVOLNAME);
5378
5379             modified++;
5380
5381             /* One last check - to update BK if need to */
5382             code = CheckVldbRWBK(&entry, &mod);
5383             if (code)
5384                 ERROR_EXIT(code);
5385             if (mod)
5386                 modified++;
5387         }
5388     }
5389
5390     else if (volumeinfo->type == BACKVOL) {     /* A BK volume */
5391         if (createentry) {
5392             idx = 0;
5393             entry.nServers = 1;
5394             addvolume++;
5395         } else {
5396             /* Check existence of RW and BK volumes */
5397             code = CheckVldbRWBK(&entry, &mod);
5398             if (code)
5399                 ERROR_EXIT(code);
5400             if (mod)
5401                 modified++;
5402
5403             idx = Lp_GetRwIndex(&entry);
5404             if (idx == -1) {    /* RW index not found in the VLDB entry */
5405                 idx = entry.nServers;   /* Put it into next index */
5406                 entry.nServers++;
5407                 addvolume++;
5408             } else {            /* RW index found in the VLDB entry */
5409                 /* Verify if this volume's location matches where the VLDB says it is */
5410                 if (!Lp_Match(aserver, apart, &entry)) {
5411                     /* VLDB says RW and/or BK is elsewhere - report this BK volume orphaned */
5412                     if (pass == 1) {
5413                         MapPartIdIntoName(apart, pname);
5414                         fprintf(STDERR,
5415                                 "*** Warning: Orphaned BK volume %lu exists on %s %s\n",
5416                                 (unsigned long)volumeinfo->volid,
5417                                 hostutil_GetNameByINet(aserver), pname);
5418                         MapPartIdIntoName(entry.serverPartition[idx], pname);
5419                         fprintf(STDERR,
5420                                 "    VLDB reports its RW/BK volume %lu exists on %s %s\n",
5421                                 (unsigned long)rwvolid,
5422                                 hostutil_GetNameByINet(entry.
5423                                                        serverNumber[idx]),
5424                                 pname);
5425                     }
5426                 } else {
5427                     if (volumeinfo->volid != entry.volumeId[BACKVOL]) {
5428                         if (!(entry.flags & BACK_EXISTS)) {
5429                             addvolume++;
5430                         } else if (volumeinfo->volid >
5431                                    entry.volumeId[BACKVOL]) {
5432                             addvolume++;
5433
5434                             if (pass == 1) {
5435                                 MapPartIdIntoName(entry.serverPartition[idx],
5436                                                   pname);
5437                                 fprintf(STDERR,
5438                                         "*** Warning: Orphaned BK volume %u exists on %s %s\n",
5439                                         entry.volumeId[BACKVOL],
5440                                         hostutil_GetNameByINet(aserver),
5441                                         pname);
5442                                 fprintf(STDERR,
5443                                         "    VLDB reports its BK volume ID is %lu\n",
5444                                         (unsigned long)volumeinfo->volid);
5445                             }
5446                         } else {
5447                             if (pass == 1) {
5448                                 MapPartIdIntoName(entry.serverPartition[idx],
5449                                                   pname);
5450                                 fprintf(STDERR,
5451                                         "*** Warning: Orphaned BK volume %lu exists on %s %s\n",
5452                                         (unsigned long)volumeinfo->volid,
5453                                         hostutil_GetNameByINet(aserver),
5454                                         pname);
5455                                 fprintf(STDERR,
5456                                         "    VLDB reports its BK volume ID is %u\n",
5457                                         entry.volumeId[BACKVOL]);
5458                             }
5459                         }
5460                     } else if (!entry.volumeId[BACKVOL]) {
5461                         addvolume++;
5462                     }
5463                 }
5464             }
5465         }
5466         if (addvolume) {
5467             entry.flags |= BACK_EXISTS;
5468             entry.volumeId[RWVOL] = rwvolid;
5469             entry.volumeId[BACKVOL] = volumeinfo->volid;
5470
5471             entry.serverNumber[idx] = aserver;
5472             entry.serverPartition[idx] = apart;
5473             entry.serverFlags[idx] = ITSRWVOL;
5474
5475             modified++;
5476         }
5477     }
5478
5479     else if (volumeinfo->type == ROVOL) {       /* A RO volume */
5480         if (volumeinfo->volid == entry.volumeId[ROVOL]) {
5481             /* This is a quick check to see if the RO entry exists in the 
5482              * VLDB so we avoid the CheckVldbRO() call (which checks if each
5483              * RO volume listed in the VLDB exists).
5484              */
5485             idx = Lp_ROMatch(aserver, apart, &entry) - 1;
5486             if (idx == -1) {
5487                 idx = entry.nServers;
5488                 entry.nServers++;
5489                 addvolume++;
5490             } else {
5491                 if (!(entry.flags & RO_EXISTS)) {
5492                     addvolume++;
5493                 }
5494             }
5495         } else {
5496             /* Before we correct the VLDB entry, make sure all the
5497              * ROs listed in the VLDB exist.
5498              */
5499             code = CheckVldbRO(&entry, &mod);
5500             if (code)
5501                 ERROR_EXIT(code);
5502             if (mod)
5503                 modified++;
5504
5505             if (!(entry.flags & RO_EXISTS)) {
5506                 /* No RO exists in the VLDB entry - add this one */
5507                 idx = entry.nServers;
5508                 entry.nServers++;
5509                 addvolume++;
5510             } else if (volumeinfo->volid > entry.volumeId[ROVOL]) {
5511                 /* The volume headers's RO ID does not match that in the VLDB entry,
5512                  * and the vol hdr's ID is greater (implies more recent). So delete
5513                  * all the RO volumes listed in VLDB entry and add this volume.
5514                  */
5515                 for (j = 0; j < entry.nServers; j++) {
5516                     if (entry.serverFlags[j] & ITSROVOL) {
5517                         /* Verify this volume exists and print message we are orphaning it */
5518                         if (pass == 1) {
5519                             MapPartIdIntoName(apart, pname);
5520                             fprintf(STDERR,
5521                                     "*** Warning: Orphaned RO volume %u exists on %s %s\n",
5522                                     entry.volumeId[ROVOL],
5523                                     hostutil_GetNameByINet(entry.
5524                                                            serverNumber[j]),
5525                                     pname);
5526                             fprintf(STDERR,
5527                                     "    VLDB reports its RO volume ID is %lu\n",
5528                                     (unsigned long)volumeinfo->volid);
5529                         }
5530
5531                         Lp_SetRWValue(entry, entry.serverNumber[idx],
5532                                       entry.serverPartition[idx], 0L, 0L);
5533                         entry.nServers--;
5534                         modified++;
5535                         j--;
5536                     }
5537                 }
5538
5539                 idx = entry.nServers;
5540                 entry.nServers++;
5541                 addvolume++;
5542             } else if (volumeinfo->volid < entry.volumeId[ROVOL]) {
5543                 /* The volume headers's RO ID does not match that in the VLDB entry,
5544                  * and the vol hdr's ID is lower (implies its older). So orphan it.
5545                  */
5546                 if (pass == 1) {
5547                     MapPartIdIntoName(apart, pname);
5548                     fprintf(STDERR,
5549                             "*** Warning: Orphaned RO volume %lu exists on %s %s\n",
5550                             (unsigned long)volumeinfo->volid,
5551                             hostutil_GetNameByINet(aserver), pname);
5552                     fprintf(STDERR,
5553                             "    VLDB reports its RO volume ID is %u\n",
5554                             entry.volumeId[ROVOL]);
5555                 }
5556             } else {
5557                 /* The RO volume ID in the volume header match that in the VLDB entry,
5558                  * and there exist RO volumes in the VLDB entry. See if any of them
5559                  * are this one. If not, then we add it.
5560                  */
5561                 idx = Lp_ROMatch(aserver, apart, &entry) - 1;
5562                 if (idx == -1) {
5563                     idx = entry.nServers;
5564                     entry.nServers++;
5565                     addvolume++;
5566                 }
5567             }
5568         }
5569
5570         if (addvolume) {
5571             entry.flags |= RO_EXISTS;
5572             entry.volumeId[RWVOL] = rwvolid;
5573             entry.volumeId[ROVOL] = volumeinfo->volid;
5574
5575             entry.serverNumber[idx] = aserver;
5576             entry.serverPartition[idx] = apart;
5577             entry.serverFlags[idx] = ITSROVOL;
5578
5579             modified++;
5580         }
5581     }
5582
5583     /* Remember largest volume id */
5584     if (entry.volumeId[ROVOL] > *maxvolid)
5585         *maxvolid = entry.volumeId[ROVOL];
5586     if (entry.volumeId[BACKVOL] > *maxvolid)
5587         *maxvolid = entry.volumeId[BACKVOL];
5588     if (entry.volumeId[RWVOL] > *maxvolid)
5589         *maxvolid = entry.volumeId[RWVOL];
5590
5591     if (modified) {
5592         MapNetworkToHost(&entry, &storeEntry);
5593
5594         if (createentry) {
5595             code = VLDB_CreateEntry(&storeEntry);
5596             if (code) {
5597                 fprintf(STDOUT,
5598                         "Could not create a VLDB entry for the volume %lu\n",
5599                         (unsigned long)rwvolid);
5600                 ERROR_EXIT(code);
5601             }
5602         } else {
5603             if (pass == 1)
5604                 goto retry;
5605             code =
5606                 VLDB_ReplaceEntry(rwvolid, RWVOL, &storeEntry,
5607                                   LOCKREL_OPCODE | LOCKREL_AFSID |
5608                                   LOCKREL_TIMESTAMP);
5609             if (code) {
5610                 fprintf(STDERR, "Could not update entry for %lu\n",
5611                         (unsigned long)rwvolid);
5612                 ERROR_EXIT(code);
5613             }
5614         }
5615         if (modentry)
5616             *modentry = modified;
5617     } else if (pass == 2) {
5618         code =
5619             ubik_Call(VL_ReleaseLock, cstruct, 0, rwvolid, RWVOL,
5620                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
5621         if (code) {
5622             PrintError("Could not unlock VLDB entry ", code);
5623         }
5624     }
5625
5626     if (verbose) {
5627         fprintf(STDOUT, "-- status after --\n");
5628         if (modified)
5629             EnumerateEntry(&entry);
5630         else
5631             fprintf(STDOUT, "\n**no change**\n");
5632     }
5633
5634   error_exit:
5635     VPRINT("\n_______________________________\n");
5636     return (error);
5637 }
5638
5639 int
5640 sortVolumes(const void *a, const void *b)
5641 {
5642     volintInfo *v1 = (volintInfo *) a;
5643     volintInfo *v2 = (volintInfo *) b;
5644     afs_int32 rwvolid1, rwvolid2;
5645
5646     rwvolid1 = ((v1->type == RWVOL) ? v1->volid : v1->parentID);
5647     rwvolid2 = ((v2->type == RWVOL) ? v2->volid : v2->parentID);
5648
5649     if (rwvolid1 > rwvolid2)
5650         return -1;              /* lower RW id goes first */
5651     if (rwvolid1 < rwvolid2)
5652         return 1;
5653
5654     if (v1->type == RWVOL)
5655         return -1;              /* RW vols go first */
5656     if (v2->type == RWVOL)
5657         return 1;
5658
5659     if ((v1->type == BACKVOL) && (v2->type == ROVOL))
5660         return -1;              /* BK vols next */
5661     if ((v1->type == ROVOL) && (v2->type == BACKVOL))
5662         return 1;
5663
5664     if (v1->volid < v2->volid)
5665         return 1;               /* larger volids first */
5666     if (v1->volid > v2->volid)
5667         return -1;
5668     return 0;
5669 }
5670
5671 /* UV_SyncVolume()
5672  *      Synchronise <aserver> <apart>(if flags = 1) <avolid>.
5673  *      Synchronize an individual volume against a sever and partition.
5674  *      Checks the VLDB entry (similar to syncserv) as well as checks
5675  *      if the volume exists on specified servers (similar to syncvldb).
5676  */
5677 int
5678 UV_SyncVolume(afs_int32 aserver, afs_int32 apart, char *avolname, int flags)
5679 {
5680     struct rx_connection *aconn = 0;
5681     afs_int32 j, k, code, vcode, error = 0;
5682     afs_int32 tverbose, mod, modified = 0;
5683     struct nvldbentry vldbentry;
5684     afs_int32 volumeid = 0;
5685     volEntries volumeInfo;
5686     struct partList PartList;
5687     afs_int32 pcnt, rv;
5688     afs_int32 maxvolid = 0;
5689
5690     volumeInfo.volEntries_val = (volintInfo *) 0;
5691     volumeInfo.volEntries_len = 0;
5692
5693     if (!aserver && flags) {
5694         /* fprintf(STDERR,"Partition option requires a server option\n"); */
5695         ERROR_EXIT(EINVAL);
5696     }
5697
5698     /* Turn verbose logging off and do our own verbose logging */
5699     tverbose = verbose;
5700     verbose = 0;
5701
5702     /* Read the VLDB entry */
5703     vcode = VLDB_GetEntryByName(avolname, &vldbentry);
5704     if (vcode && (vcode != VL_NOENT)) {
5705         fprintf(STDERR, "Could not access the VLDB for volume %s\n",
5706                 avolname);
5707         ERROR_EXIT(vcode);
5708     } else if (!vcode) {
5709         MapHostToNetwork(&vldbentry);
5710     }
5711
5712     if (tverbose) {
5713         fprintf(STDOUT, "Processing VLDB entry %s ...\n", avolname);
5714         fprintf(STDOUT, "_______________________________\n");
5715         fprintf(STDOUT, "\n-- status before -- \n");
5716         if (vcode) {
5717             fprintf(STDOUT, "\n**does not exist**\n");
5718         } else {
5719             if ((vldbentry.flags & RW_EXISTS) || (vldbentry.flags & RO_EXISTS)
5720                 || (vldbentry.flags & BACK_EXISTS))
5721                 EnumerateEntry(&vldbentry);
5722         }
5723         fprintf(STDOUT, "\n");
5724     }
5725
5726     /* Verify that all of the VLDB entries exist on the repective servers 
5727      * and partitions (this does not require that avolname be a volume ID).
5728      * Equivalent to a syncserv.
5729      */
5730     if (!vcode) {
5731         code = CheckVldb(&vldbentry, &mod);
5732         if (code) {
5733             fprintf(STDERR, "Could not process VLDB entry for volume %s\n",
5734                     vldbentry.name);
5735             ERROR_EXIT(code);
5736         }
5737         if (mod)
5738             modified++;
5739     }
5740
5741     /* If aserver is given, we will search for the desired volume on it */
5742     if (aserver) {
5743         /* Generate array of partitions on the server that we will check */
5744         if (!flags) {
5745             code = UV_ListPartitions(aserver, &PartList, &pcnt);
5746             if (code) {
5747                 fprintf(STDERR,
5748                         "Could not fetch the list of partitions from the server\n");
5749                 ERROR_EXIT(code);
5750             }
5751         } else {
5752             PartList.partId[0] = apart;
5753             pcnt = 1;
5754         }
5755
5756         aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
5757
5758         /* If a volume ID were given, search for it on each partition */
5759         if ((volumeid = atol(avolname))) {
5760             for (j = 0; j < pcnt; j++) {
5761                 code =
5762                     AFSVolListOneVolume(aconn, PartList.partId[j], volumeid,
5763                                         &volumeInfo);
5764                 if (code) {
5765                     if (code != ENODEV) {
5766                         fprintf(STDERR, "Could not query server\n");
5767                         ERROR_EXIT(code);
5768                     }
5769                 } else {
5770                     /* Found one, sync it with VLDB entry */
5771                     code =
5772                         CheckVolume(volumeInfo.volEntries_val, aserver,
5773                                     PartList.partId[j], &mod, &maxvolid);
5774                     if (code)
5775                         ERROR_EXIT(code);
5776                     if (mod)
5777                         modified++;
5778                 }
5779
5780                 if (volumeInfo.volEntries_val)
5781                     free(volumeInfo.volEntries_val);
5782                 volumeInfo.volEntries_val = (volintInfo *) 0;
5783                 volumeInfo.volEntries_len = 0;
5784             }
5785         }
5786
5787         /* Check to see if the RW, BK, and RO IDs exist on any
5788          * partitions. We get the volume IDs from the VLDB.
5789          */
5790         rv = 1;                 /* Read the VLDB entry ? */
5791         for (j = 0; j < MAXTYPES; j++) {        /* for RW, RO, and BK IDs */
5792             if (rv) {
5793                 vcode = VLDB_GetEntryByName(avolname, &vldbentry);
5794                 if (vcode) {
5795                     if (vcode == VL_NOENT)
5796                         break;
5797                     fprintf(STDERR,
5798                             "Could not access the VLDB for volume %s\n",
5799                             avolname);
5800                     ERROR_EXIT(vcode);
5801                 }
5802                 rv = 0;
5803             }
5804
5805             if (vldbentry.volumeId[j] == 0)
5806                 continue;
5807
5808             for (k = 0; k < pcnt; k++) {        /* For each partition */
5809                 volumeInfo.volEntries_val = (volintInfo *) 0;
5810                 volumeInfo.volEntries_len = 0;
5811                 code =
5812                     AFSVolListOneVolume(aconn, PartList.partId[k],
5813                                         vldbentry.volumeId[j], &volumeInfo);
5814                 if (code) {
5815                     if (code != ENODEV) {
5816                         fprintf(STDERR, "Could not query server\n");
5817                         ERROR_EXIT(code);
5818                     }
5819                 } else {
5820                     /* Found one, sync it with VLDB entry */
5821                     code =
5822                         CheckVolume(volumeInfo.volEntries_val, aserver,
5823                                     PartList.partId[k], &mod, &maxvolid);
5824                     if (code)
5825                         ERROR_EXIT(code);
5826                     if (mod)
5827                         modified++, rv++;
5828                 }
5829
5830                 if (volumeInfo.volEntries_val)
5831                     free(volumeInfo.volEntries_val);
5832                 volumeInfo.volEntries_val = (volintInfo *) 0;
5833                 volumeInfo.volEntries_len = 0;
5834             }
5835         }
5836     }
5837
5838     /* if (aserver) */
5839     /* If verbose output, print a summary of what changed */
5840     if (tverbose) {
5841         fprintf(STDOUT, "-- status after --\n");
5842         code = VLDB_GetEntryByName(avolname, &vldbentry);
5843         if (code && (code != VL_NOENT)) {
5844             fprintf(STDERR, "Could not access the VLDB for volume %s\n",
5845                     avolname);
5846             ERROR_EXIT(code);
5847         }
5848         if (modified && (code == VL_NOENT)) {
5849             fprintf(STDOUT, "\n**entry deleted**\n");
5850         } else if (modified) {
5851             EnumerateEntry(&vldbentry);
5852         } else {
5853             fprintf(STDOUT, "\n**no change**\n");
5854         }
5855         fprintf(STDOUT, "\n_______________________________\n");
5856     }
5857
5858   error_exit:
5859     /* Now check if the maxvolid is larger than that stored in the VLDB */
5860     if (maxvolid) {
5861         afs_int32 maxvldbid = 0;
5862         code = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 0, &maxvldbid);
5863         if (code) {
5864             fprintf(STDERR,
5865                     "Could not get the highest allocated volume id from the VLDB\n");
5866             if (!error)
5867                 error = code;
5868         } else if (maxvolid > maxvldbid) {
5869             afs_uint32 id, nid;
5870             id = maxvolid - maxvldbid + 1;
5871             code = ubik_Call(VL_GetNewVolumeId, cstruct, 0, id, &nid);
5872             if (code) {
5873                 fprintf(STDERR,
5874                         "Error in increasing highest allocated volume id in VLDB\n");
5875                 if (!error)
5876                     error = code;
5877             }
5878         }
5879     }
5880
5881     verbose = tverbose;
5882     if (verbose) {
5883         if (error)
5884             fprintf(STDOUT, "...error encountered");
5885         else
5886             fprintf(STDOUT, "...done entry\n");
5887     }
5888     if (aconn)
5889         rx_DestroyConnection(aconn);
5890     if (volumeInfo.volEntries_val)
5891         free(volumeInfo.volEntries_val);
5892
5893     PrintError("", error);
5894     return error;
5895 }
5896
5897 /* UV_SyncVldb()
5898  *      Synchronise vldb with the file server <aserver> and,
5899  *      optionally, <apart>.
5900  */
5901 int
5902 UV_SyncVldb(afs_int32 aserver, afs_int32 apart, int flags, int force)
5903 {
5904     struct rx_connection *aconn;
5905     afs_int32 code, error = 0;
5906     int i, j, pfail;
5907     volEntries volumeInfo;
5908     struct partList PartList;
5909     afs_int32 pcnt;
5910     char pname[10];
5911     volintInfo *vi;
5912     afs_int32 failures = 0, modifications = 0, tentries = 0;
5913     afs_int32 modified;
5914     afs_uint32 maxvolid = 0;
5915
5916     volumeInfo.volEntries_val = (volintInfo *) 0;
5917     volumeInfo.volEntries_len = 0;
5918
5919     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
5920
5921     /* Generate array of partitions to check */
5922     if (!flags) {
5923         code = UV_ListPartitions(aserver, &PartList, &pcnt);
5924         if (code) {
5925             fprintf(STDERR,
5926                     "Could not fetch the list of partitions from the server\n");
5927             ERROR_EXIT(code);
5928         }
5929     } else {
5930         PartList.partId[0] = apart;
5931         pcnt = 1;
5932     }
5933
5934     VPRINT("Processing volume entries ...\n");
5935
5936     /* Step through the array of partitions */
5937     for (i = 0; i < pcnt; i++) {
5938         apart = PartList.partId[i];
5939         MapPartIdIntoName(apart, pname);
5940
5941         volumeInfo.volEntries_val = (volintInfo *) 0;
5942         volumeInfo.volEntries_len = 0;
5943         code = AFSVolListVolumes(aconn, apart, 1, &volumeInfo);
5944         if (code) {
5945             fprintf(STDERR,
5946                     "Could not fetch the list of volumes from the server\n");
5947             ERROR_EXIT(code);
5948         }
5949
5950         /* May want to sort the entries: RW, BK (high to low), RO (high to low) */
5951         qsort((char *)volumeInfo.volEntries_val, volumeInfo.volEntries_len,
5952               sizeof(volintInfo), sortVolumes);
5953
5954         pfail = 0;
5955         for (vi = volumeInfo.volEntries_val, j = 0;
5956              j < volumeInfo.volEntries_len; j++, vi++) {
5957             if (!vi->status)
5958                 continue;
5959
5960             tentries++;
5961
5962             if (verbose) {
5963                 fprintf(STDOUT,
5964                         "Processing volume entry %d: %s (%lu) on server %s %s...\n",
5965                         j + 1, vi->name, (unsigned long)vi->volid,
5966                         hostutil_GetNameByINet(aserver), pname);
5967                 fflush(STDOUT);
5968             }
5969
5970             code = CheckVolume(vi, aserver, apart, &modified, &maxvolid);
5971             if (code) {
5972                 PrintError("", code);
5973                 failures++;
5974                 pfail++;
5975             } else if (modified) {
5976                 modifications++;
5977             }
5978
5979             if (verbose) {
5980                 if (code) {
5981                     fprintf(STDOUT, "...error encountered\n\n");
5982                 } else {
5983                     fprintf(STDOUT, "...done entry %d\n\n", j + 1);
5984                 }
5985             }
5986         }
5987
5988         if (pfail) {
5989             fprintf(STDERR,
5990                     "Could not process entries on server %s partition %s\n",
5991                     hostutil_GetNameByINet(aserver), pname);
5992         }
5993         if (volumeInfo.volEntries_val) {
5994             free(volumeInfo.volEntries_val);
5995             volumeInfo.volEntries_val = 0;
5996         }
5997
5998     }                           /* thru all partitions */
5999
6000     VPRINT3("Total entries: %u, Failed to process %d, Changed %d\n", tentries,
6001             failures, modifications);
6002
6003   error_exit:
6004     /* Now check if the maxvolid is larger than that stored in the VLDB */
6005     if (maxvolid) {
6006         afs_uint32 maxvldbid = 0;
6007         code = ubik_Call(VL_GetNewVolumeId, cstruct, 0, 0, &maxvldbid);
6008         if (code) {
6009             fprintf(STDERR,
6010                     "Could not get the highest allocated volume id from the VLDB\n");
6011             if (!error)
6012                 error = code;
6013         } else if (maxvolid > maxvldbid) {
6014             afs_uint32 id, nid;
6015             id = maxvolid - maxvldbid + 1;
6016             code = ubik_Call(VL_GetNewVolumeId, cstruct, 0, id, &nid);
6017             if (code) {
6018                 fprintf(STDERR,
6019                         "Error in increasing highest allocated volume id in VLDB\n");
6020                 if (!error)
6021                     error = code;
6022             }
6023         }
6024     }
6025
6026     if (aconn)
6027         rx_DestroyConnection(aconn);
6028     if (volumeInfo.volEntries_val)
6029         free(volumeInfo.volEntries_val);
6030     PrintError("", error);
6031     return (error);
6032 }
6033
6034 /* VolumeExists()
6035  *      Determine if a volume exists on a server and partition.
6036  *      Try creating a transaction on the volume. If we can,
6037  *      the volume exists, if not, then return the error code.
6038  *      Some error codes mean the volume is unavailable but
6039  *      still exists - so we catch these error codes.
6040  */
6041 afs_int32
6042 VolumeExists(afs_int32 server, afs_int32 partition, afs_int32 volumeid)
6043 {
6044     struct rx_connection *conn = (struct rx_connection *)0;
6045     afs_int32 code = -1;
6046     volEntries volumeInfo;
6047
6048     conn = UV_Bind(server, AFSCONF_VOLUMEPORT);
6049     if (conn) {
6050         volumeInfo.volEntries_val = (volintInfo *) 0;
6051         volumeInfo.volEntries_len = 0;
6052         code = AFSVolListOneVolume(conn, partition, volumeid, &volumeInfo);
6053         if (volumeInfo.volEntries_val)
6054             free(volumeInfo.volEntries_val);
6055         if (code == VOLSERILLEGAL_PARTITION)
6056             code = ENODEV;
6057         rx_DestroyConnection(conn);
6058     }
6059     return code;
6060 }
6061
6062 /* CheckVldbRWBK()
6063  *
6064  */
6065 afs_int32
6066 CheckVldbRWBK(struct nvldbentry * entry, afs_int32 * modified)
6067 {
6068     int modentry = 0;
6069     int idx;
6070     afs_int32 code, error = 0;
6071     char pname[10];
6072
6073     if (modified)
6074         *modified = 0;
6075     idx = Lp_GetRwIndex(entry);
6076
6077     /* Check to see if the RW volume exists and set the RW_EXISTS
6078      * flag accordingly.
6079      */
6080     if (idx == -1) {            /* Did not find a RW entry */
6081         if (entry->flags & RW_EXISTS) { /* ... yet entry says RW exists */
6082             entry->flags &= ~RW_EXISTS; /* ... so say RW does not exist */
6083             modentry++;
6084         }
6085     } else {
6086         code =
6087             VolumeExists(entry->serverNumber[idx],
6088                          entry->serverPartition[idx], entry->volumeId[RWVOL]);
6089         if (code == 0) {        /* RW volume exists */
6090             if (!(entry->flags & RW_EXISTS)) {  /* ... yet entry says RW does not exist */
6091                 entry->flags |= RW_EXISTS;      /* ... so say RW does exist */
6092                 modentry++;
6093             }
6094         } else if (code == ENODEV) {    /* RW volume does not exist */
6095             if (entry->flags & RW_EXISTS) {     /* ... yet entry says RW exists */
6096                 entry->flags &= ~RW_EXISTS;     /* ... so say RW does not exist */
6097                 modentry++;
6098             }
6099         } else {
6100             /* If VLDB says it didn't exist, then ignore error */
6101             if (entry->flags & RW_EXISTS) {
6102                 MapPartIdIntoName(entry->serverPartition[idx], pname);
6103                 fprintf(STDERR,
6104                         "Transaction call failed for RW volume %u on server %s %s\n",
6105                         entry->volumeId[RWVOL],
6106                         hostutil_GetNameByINet(entry->serverNumber[idx]),
6107                         pname);
6108                 ERROR_EXIT(code);
6109             }
6110         }
6111     }
6112
6113     /* Check to see if the BK volume exists and set the BACK_EXISTS
6114      * flag accordingly. idx already ponts to the RW entry.
6115      */
6116     if (idx == -1) {            /* Did not find a RW entry */
6117         if (entry->flags & BACK_EXISTS) {       /* ... yet entry says BK exists */
6118             entry->flags &= ~BACK_EXISTS;       /* ... so say BK does not exist */
6119             modentry++;
6120         }
6121     } else {                    /* Found a RW entry */
6122         code =
6123             VolumeExists(entry->serverNumber[idx],
6124                          entry->serverPartition[idx],
6125                          entry->volumeId[BACKVOL]);
6126         if (code == 0) {        /* BK volume exists */
6127             if (!(entry->flags & BACK_EXISTS)) {        /* ... yet entry says BK does not exist */
6128                 entry->flags |= BACK_EXISTS;    /* ... so say BK does exist */
6129                 modentry++;
6130             }
6131         } else if (code == ENODEV) {    /* BK volume does not exist */
6132             if (entry->flags & BACK_EXISTS) {   /* ... yet entry says BK exists */
6133                 entry->flags &= ~BACK_EXISTS;   /* ... so say BK does not exist */
6134                 modentry++;
6135             }
6136         } else {
6137             /* If VLDB says it didn't exist, then ignore error */
6138             if (entry->flags & BACK_EXISTS) {
6139                 MapPartIdIntoName(entry->serverPartition[idx], pname);
6140                 fprintf(STDERR,
6141                         "Transaction call failed for BK volume %u on server %s %s\n",
6142                         entry->volumeId[BACKVOL],
6143                         hostutil_GetNameByINet(entry->serverNumber[idx]),
6144                         pname);
6145                 ERROR_EXIT(code);
6146             }
6147         }
6148     }
6149
6150     /* If there is an idx but the BK and RW volumes no
6151      * longer exist, then remove the RW entry.
6152      */
6153     if ((idx != -1) && !(entry->flags & RW_EXISTS)
6154         && !(entry->flags & BACK_EXISTS)) {
6155         Lp_SetRWValue(entry, entry->serverNumber[idx],
6156                       entry->serverPartition[idx], 0L, 0L);
6157         entry->nServers--;
6158         modentry++;
6159     }
6160
6161   error_exit:
6162     if (modified)
6163         *modified = modentry;
6164     return (error);
6165 }
6166
6167 int
6168 CheckVldbRO(struct nvldbentry *entry, afs_int32 * modified)
6169 {
6170     int idx;
6171     int foundro = 0, modentry = 0;
6172     afs_int32 code, error = 0;
6173     char pname[10];
6174
6175     if (modified)
6176         *modified = 0;
6177
6178     /* Check to see if the RO volumes exist and set the RO_EXISTS
6179      * flag accordingly. 
6180      */
6181     for (idx = 0; idx < entry->nServers; idx++) {
6182         if (!(entry->serverFlags[idx] & ITSROVOL)) {
6183             continue;           /* not a RO */
6184         }
6185
6186         code =
6187             VolumeExists(entry->serverNumber[idx],
6188                          entry->serverPartition[idx], entry->volumeId[ROVOL]);
6189         if (code == 0) {        /* RO volume exists */
6190             foundro++;
6191         } else if (code == ENODEV) {    /* RW volume does not exist */
6192             Lp_SetROValue(entry, entry->serverNumber[idx],
6193                           entry->serverPartition[idx], 0L, 0L);
6194             entry->nServers--;
6195             idx--;
6196             modentry++;
6197         } else {
6198             MapPartIdIntoName(entry->serverPartition[idx], pname);
6199             fprintf(STDERR,
6200                     "Transaction call failed for RO %u on server %s %s\n",
6201                     entry->volumeId[ROVOL],
6202                     hostutil_GetNameByINet(entry->serverNumber[idx]), pname);
6203             ERROR_EXIT(code);
6204         }
6205     }
6206
6207     if (foundro) {              /* A RO volume exists */
6208         if (!(entry->flags & RO_EXISTS)) {      /* ... yet entry says RW does not exist */
6209             entry->flags |= RO_EXISTS;  /* ... so say RW does exist */
6210             modentry++;
6211         }
6212     } else {                    /* A RO volume does not exist */
6213         if (entry->flags & RO_EXISTS) { /* ... yet entry says RO exists */
6214             entry->flags &= ~RO_EXISTS; /* ... so say RO does not exist */
6215             modentry++;
6216         }
6217     }
6218
6219   error_exit:
6220     if (modified)
6221         *modified = modentry;
6222     return (error);
6223 }
6224
6225 /* CheckVldb()
6226  *      Ensure that <entry> matches with the info on file servers
6227  */
6228 afs_int32
6229 CheckVldb(struct nvldbentry * entry, afs_int32 * modified)
6230 {
6231     afs_int32 code, error = 0;
6232     struct nvldbentry storeEntry;
6233     int islocked = 0, mod, modentry, delentry = 0;
6234     int pass = 0;
6235
6236     if (modified)
6237         *modified = 0;
6238     if (verbose) {
6239         fprintf(STDOUT, "_______________________________\n");
6240         fprintf(STDOUT, "\n-- status before -- \n");
6241         if ((entry->flags & RW_EXISTS) || (entry->flags & RO_EXISTS)
6242             || (entry->flags & BACK_EXISTS))
6243             EnumerateEntry(entry);
6244         fprintf(STDOUT, "\n");
6245     }
6246
6247     if (strlen(entry->name) > (VOLSER_OLDMAXVOLNAME - 10)) {
6248         fprintf(STDERR, "Volume name %s exceeds limit of %d characters\n",
6249                 entry->name, VOLSER_OLDMAXVOLNAME - 10);
6250     }
6251
6252   retry:
6253     /* Check to see if the VLDB is ok without locking it (pass 1).
6254      * If it will change, then lock the VLDB entry, read it again,
6255      * then make the changes to it (pass 2).
6256      */
6257     if (++pass == 2) {
6258         code =
6259             ubik_Call(VL_SetLock, cstruct, 0, entry->volumeId[RWVOL], RWVOL,
6260                       VLOP_DELETE);
6261         if (code) {
6262             fprintf(STDERR, "Could not lock VLDB entry for %u \n",
6263                     entry->volumeId[RWVOL]);
6264             ERROR_EXIT(code);
6265         }
6266         islocked = 1;
6267
6268         code = VLDB_GetEntryByID(entry->volumeId[RWVOL], RWVOL, entry);
6269         if (code) {
6270             fprintf(STDERR, "Could not read VLDB entry for volume %s\n",
6271                     entry->name);
6272             ERROR_EXIT(code);
6273         } else {
6274             MapHostToNetwork(entry);
6275         }
6276     }
6277
6278     modentry = 0;
6279
6280     /* Check if the RW and BK entries are ok */
6281     code = CheckVldbRWBK(entry, &mod);
6282     if (code)
6283         ERROR_EXIT(code);
6284     if (mod && (pass == 1))
6285         goto retry;
6286     if (mod)
6287         modentry++;
6288
6289     /* Check if the RO volumes entries are ok */
6290     code = CheckVldbRO(entry, &mod);
6291     if (code)
6292         ERROR_EXIT(code);
6293     if (mod && (pass == 1))
6294         goto retry;
6295     if (mod)
6296         modentry++;
6297
6298     /* The VLDB entry has been updated. If it as been modified, then 
6299      * write the entry back out the the VLDB.
6300      */
6301     if (modentry) {
6302         if (pass == 1)
6303             goto retry;
6304
6305         if (!(entry->flags & RW_EXISTS) && !(entry->flags & BACK_EXISTS)
6306             && !(entry->flags & RO_EXISTS)) {
6307             /* The RW, BK, nor RO volumes do not exist. Delete the VLDB entry */
6308             code =
6309                 ubik_Call(VL_DeleteEntry, cstruct, 0, entry->volumeId[RWVOL],
6310                           RWVOL);
6311             if (code) {
6312                 fprintf(STDERR,
6313                         "Could not delete VLDB entry for volume %u \n",
6314                         entry->volumeId[RWVOL]);
6315                 ERROR_EXIT(code);
6316             }
6317             delentry = 1;
6318         } else {
6319             /* Replace old entry with our new one */
6320             MapNetworkToHost(entry, &storeEntry);
6321             code =
6322                 VLDB_ReplaceEntry(entry->volumeId[RWVOL], RWVOL, &storeEntry,
6323                                   (LOCKREL_OPCODE | LOCKREL_AFSID |
6324                                    LOCKREL_TIMESTAMP));
6325             if (code) {
6326                 fprintf(STDERR, "Could not update VLDB entry for volume %u\n",
6327                         entry->volumeId[RWVOL]);
6328                 ERROR_EXIT(code);
6329             }
6330         }
6331         if (modified)
6332             *modified = 1;
6333         islocked = 0;
6334     }
6335
6336     if (verbose) {
6337         fprintf(STDOUT, "-- status after --\n");
6338         if (delentry)
6339             fprintf(STDOUT, "\n**entry deleted**\n");
6340         else if (modentry)
6341             EnumerateEntry(entry);
6342         else
6343             fprintf(STDOUT, "\n**no change**\n");
6344     }
6345
6346   error_exit:
6347     VPRINT("\n_______________________________\n");
6348
6349     if (islocked) {
6350         code =
6351             ubik_Call(VL_ReleaseLock, cstruct, 0, entry->volumeId[RWVOL],
6352                       RWVOL,
6353                       (LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP));
6354         if (code) {
6355             fprintf(STDERR,
6356                     "Could not release lock on VLDB entry for volume %u\n",
6357                     entry->volumeId[RWVOL]);
6358             if (!error)
6359                 error = code;
6360         }
6361     }
6362     return error;
6363 }
6364
6365 /* UV_SyncServer()
6366  *      Synchronise <aserver> <apart>(if flags = 1) with the VLDB.
6367  */
6368 int
6369 UV_SyncServer(afs_int32 aserver, afs_int32 apart, int flags, int force)
6370 {
6371     struct rx_connection *aconn;
6372     afs_int32 code, error = 0;
6373     afs_int32 nentries, tentries = 0;
6374     struct VldbListByAttributes attributes;
6375     nbulkentries arrayEntries;
6376     afs_int32 failures = 0, modified, modifications = 0;
6377     struct nvldbentry *vlentry;
6378     afs_int32 si, nsi, j;
6379
6380     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
6381
6382     /* Set up attributes to search VLDB  */
6383     attributes.server = ntohl(aserver);
6384     attributes.Mask = VLLIST_SERVER;
6385     if (flags) {
6386         attributes.partition = apart;
6387         attributes.Mask |= VLLIST_PARTITION;
6388     }
6389
6390     VPRINT("Processing VLDB entries ...\n");
6391
6392     /* While we need to collect more VLDB entries */
6393     for (si = 0; si != -1; si = nsi) {
6394         memset(&arrayEntries, 0, sizeof(arrayEntries));
6395
6396         /* Collect set of VLDB entries */
6397         code =
6398             VLDB_ListAttributesN2(&attributes, 0, si, &nentries,
6399                                   &arrayEntries, &nsi);
6400         if (code == RXGEN_OPCODE) {
6401             code = VLDB_ListAttributes(&attributes, &nentries, &arrayEntries);
6402             nsi = -1;
6403         }
6404         if (code) {
6405             fprintf(STDERR, "Could not access the VLDB for attributes\n");
6406             ERROR_EXIT(code);
6407         }
6408         tentries += nentries;
6409
6410         for (j = 0; j < nentries; j++) {
6411             vlentry = &arrayEntries.nbulkentries_val[j];
6412             MapHostToNetwork(vlentry);
6413
6414             VPRINT1("Processing VLDB entry %d ...\n", j + 1);
6415
6416             code = CheckVldb(vlentry, &modified);
6417             if (code) {
6418                 PrintError("", code);
6419                 fprintf(STDERR,
6420                         "Could not process VLDB entry for volume %s\n",
6421                         vlentry->name);
6422                 failures++;
6423             } else if (modified) {
6424                 modifications++;
6425             }
6426
6427             if (verbose) {
6428                 if (code) {
6429                     fprintf(STDOUT, "...error encountered\n\n");
6430                 } else {
6431                     fprintf(STDOUT, "...done entry %d\n\n", j + 1);
6432                 }
6433             }
6434         }
6435
6436         if (arrayEntries.nbulkentries_val) {
6437             free(arrayEntries.nbulkentries_val);
6438             arrayEntries.nbulkentries_val = 0;
6439         }
6440     }
6441
6442     VPRINT3("Total entries: %u, Failed to process %d, Changed %d\n", tentries,
6443             failures, modifications);
6444
6445   error_exit:
6446     if (aconn)
6447         rx_DestroyConnection(aconn);
6448     if (arrayEntries.nbulkentries_val)
6449         free(arrayEntries.nbulkentries_val);
6450
6451     if (failures)
6452         error = VOLSERFAILEDOP;
6453     return error;
6454 }
6455
6456 /*rename volume <oldname> to <newname>, changing the names of the related 
6457  *readonly and backup volumes. This operation is also idempotent.
6458  *salvager is capable of recovering from rename operation stopping halfway.
6459  *to recover run syncserver on the affected machines,it will force renaming to completion. name clashes should have been detected before calling this proc */
6460 int
6461 UV_RenameVolume(struct nvldbentry *entry, char oldname[], char newname[])
6462 {
6463     struct nvldbentry storeEntry;
6464     afs_int32 vcode, code, rcode, error;
6465     int i, index;
6466     char nameBuffer[256];
6467     afs_int32 tid;
6468     struct rx_connection *aconn;
6469     int islocked;
6470
6471     error = 0;
6472     aconn = (struct rx_connection *)0;
6473     tid = 0;
6474     islocked = 0;
6475
6476     vcode = ubik_Call(VL_SetLock, cstruct, 0, entry->volumeId[RWVOL], RWVOL, VLOP_ADDSITE);     /*last param is dummy */
6477     if (vcode) {
6478         fprintf(STDERR,
6479                 " Could not lock the VLDB entry for the  volume %u \n",
6480                 entry->volumeId[RWVOL]);
6481         error = vcode;
6482         goto rvfail;
6483     }
6484     islocked = 1;
6485     strncpy(entry->name, newname, VOLSER_OLDMAXVOLNAME);
6486     MapNetworkToHost(entry, &storeEntry);
6487     vcode = VLDB_ReplaceEntry(entry->volumeId[RWVOL], RWVOL, &storeEntry, 0);
6488     if (vcode) {
6489         fprintf(STDERR, "Could not update VLDB entry for %u\n",
6490                 entry->volumeId[RWVOL]);
6491         error = vcode;
6492         goto rvfail;
6493     }
6494     VPRINT1("Recorded the new name %s in VLDB\n", newname);
6495     /*at this stage the intent to rename is recorded in the vldb, as far as the vldb 
6496      * is concerned, oldname is lost */
6497     if (entry->flags & RW_EXISTS) {
6498         index = Lp_GetRwIndex(entry);
6499         if (index == -1) {      /* there is a serious discrepancy */
6500             fprintf(STDERR,
6501                     "There is a serious discrepancy in VLDB entry for volume %u\n",
6502                     entry->volumeId[RWVOL]);
6503             fprintf(STDERR, "try building VLDB from scratch\n");
6504             error = VOLSERVLDB_ERROR;
6505             goto rvfail;
6506         }
6507         aconn = UV_Bind(entry->serverNumber[index], AFSCONF_VOLUMEPORT);
6508         code =
6509             AFSVolTransCreate(aconn, entry->volumeId[RWVOL],
6510                               entry->serverPartition[index], ITOffline, &tid);
6511         if (code) {             /*volume doesnot exist */
6512             fprintf(STDERR,
6513                     "Could not start transaction on the rw volume %u\n",
6514                     entry->volumeId[RWVOL]);
6515             error = code;
6516             goto rvfail;
6517         } else {                /*volume exists, process it */
6518
6519             code =
6520                 AFSVolSetIdsTypes(aconn, tid, newname, RWVOL,
6521                                   entry->volumeId[RWVOL],
6522                                   entry->volumeId[ROVOL],
6523                                   entry->volumeId[BACKVOL]);
6524             if (!code) {
6525                 VPRINT2("Renamed rw volume %s to %s\n", oldname, newname);
6526                 code = AFSVolEndTrans(aconn, tid, &rcode);
6527                 tid = 0;
6528                 if (code) {
6529                     fprintf(STDERR,
6530                             "Could not  end transaction on volume %s %u\n",
6531                             entry->name, entry->volumeId[RWVOL]);
6532                     error = code;
6533                     goto rvfail;
6534                 }
6535             } else {
6536                 fprintf(STDERR, "Could not  set parameters on volume %s %u\n",
6537                         entry->name, entry->volumeId[RWVOL]);
6538                 error = code;
6539                 goto rvfail;
6540             }
6541         }
6542         if (aconn)
6543             rx_DestroyConnection(aconn);
6544         aconn = (struct rx_connection *)0;
6545     }
6546     /*end rw volume processing */
6547     if (entry->flags & BACK_EXISTS) {   /*process the backup volume */
6548         index = Lp_GetRwIndex(entry);
6549         if (index == -1) {      /* there is a serious discrepancy */
6550             fprintf(STDERR,
6551                     "There is a serious discrepancy in the VLDB entry for the backup volume %u\n",
6552                     entry->volumeId[BACKVOL]);
6553             fprintf(STDERR, "try building VLDB from scratch\n");
6554             error = VOLSERVLDB_ERROR;
6555             goto rvfail;
6556         }
6557         aconn = UV_Bind(entry->serverNumber[index], AFSCONF_VOLUMEPORT);
6558         code =
6559             AFSVolTransCreate(aconn, entry->volumeId[BACKVOL],
6560                               entry->serverPartition[index], ITOffline, &tid);
6561         if (code) {             /*volume doesnot exist */
6562             fprintf(STDERR,
6563                     "Could not start transaction on the backup volume  %u\n",
6564                     entry->volumeId[BACKVOL]);
6565             error = code;
6566             goto rvfail;
6567         } else {                /*volume exists, process it */
6568             if (strlen(newname) > (VOLSER_OLDMAXVOLNAME - 8)) {
6569                 fprintf(STDERR,
6570                         "Volume name %s.backup exceeds the limit of %u characters\n",
6571                         newname, VOLSER_OLDMAXVOLNAME);
6572                 error = code;
6573                 goto rvfail;
6574             }
6575             strcpy(nameBuffer, newname);
6576             strcat(nameBuffer, ".backup");
6577
6578             code =
6579                 AFSVolSetIdsTypes(aconn, tid, nameBuffer, BACKVOL,
6580                                   entry->volumeId[RWVOL], 0, 0);
6581             if (!code) {
6582                 VPRINT1("Renamed backup volume to %s \n", nameBuffer);
6583                 code = AFSVolEndTrans(aconn, tid, &rcode);
6584                 tid = 0;
6585                 if (code) {
6586                     fprintf(STDERR,
6587                             "Could not  end transaction on the backup volume %u\n",
6588                             entry->volumeId[BACKVOL]);
6589                     error = code;
6590                     goto rvfail;
6591                 }
6592             } else {
6593                 fprintf(STDERR,
6594                         "Could not  set parameters on the backup volume %u\n",
6595                         entry->volumeId[BACKVOL]);
6596                 error = code;
6597                 goto rvfail;
6598             }
6599         }
6600     }                           /* end backup processing */
6601     if (aconn)
6602         rx_DestroyConnection(aconn);
6603     aconn = (struct rx_connection *)0;
6604     if (entry->flags & RO_EXISTS) {     /*process the ro volumes */
6605         for (i = 0; i < entry->nServers; i++) {
6606             if (entry->serverFlags[i] & ITSROVOL) {
6607                 aconn = UV_Bind(entry->serverNumber[i], AFSCONF_VOLUMEPORT);
6608                 code =
6609                     AFSVolTransCreate(aconn, entry->volumeId[ROVOL],
6610                                       entry->serverPartition[i], ITOffline,
6611                                       &tid);
6612                 if (code) {     /*volume doesnot exist */
6613                     fprintf(STDERR,
6614                             "Could not start transaction on the ro volume %u\n",
6615                             entry->volumeId[ROVOL]);
6616                     error = code;
6617                     goto rvfail;
6618                 } else {        /*volume exists, process it */
6619                     strcpy(nameBuffer, newname);
6620                     strcat(nameBuffer, ".readonly");
6621                     if (strlen(nameBuffer) > (VOLSER_OLDMAXVOLNAME - 1)) {
6622                         fprintf(STDERR,
6623                                 "Volume name %s exceeds the limit of %u characters\n",
6624                                 nameBuffer, VOLSER_OLDMAXVOLNAME);
6625                         error = code;
6626                         goto rvfail;
6627                     }
6628                     code =
6629                         AFSVolSetIdsTypes(aconn, tid, nameBuffer, ROVOL,
6630                                           entry->volumeId[RWVOL], 0, 0);
6631                     if (!code) {
6632                         VPRINT2("Renamed RO volume %s on host %s\n",
6633                                 nameBuffer,
6634                                 hostutil_GetNameByINet(entry->
6635                                                        serverNumber[i]));
6636                         code = AFSVolEndTrans(aconn, tid, &rcode);
6637                         tid = 0;
6638                         if (code) {
6639                             fprintf(STDERR,
6640                                     "Could not  end transaction on volume %u\n",
6641                                     entry->volumeId[ROVOL]);
6642                             error = code;
6643                             goto rvfail;
6644                         }
6645                     } else {
6646                         fprintf(STDERR,
6647                                 "Could not  set parameters on the ro volume %u\n",
6648                                 entry->volumeId[ROVOL]);
6649                         error = code;
6650                         goto rvfail;
6651                     }
6652                 }
6653                 if (aconn)
6654                     rx_DestroyConnection(aconn);
6655                 aconn = (struct rx_connection *)0;
6656             }
6657         }
6658     }
6659   rvfail:
6660     if (islocked) {
6661         vcode =
6662             ubik_Call(VL_ReleaseLock, cstruct, 0, entry->volumeId[RWVOL],
6663                       RWVOL,
6664                       LOCKREL_OPCODE | LOCKREL_AFSID | LOCKREL_TIMESTAMP);
6665         if (vcode) {
6666             fprintf(STDERR,
6667                     "Could not unlock the VLDB entry for the volume %s %u\n",
6668                     entry->name, entry->volumeId[RWVOL]);
6669             if (!error)
6670                 error = vcode;
6671         }
6672     }
6673     if (tid) {
6674         code = AFSVolEndTrans(aconn, tid, &rcode);
6675         if (!code)
6676             code = rcode;
6677         if (code) {
6678             fprintf(STDERR, "Failed to end transaction on a volume \n");
6679             if (!error)
6680                 error = code;
6681         }
6682     }
6683     if (aconn)
6684         rx_DestroyConnection(aconn);
6685     PrintError("", error);
6686     return error;
6687
6688 }
6689
6690 /*report on all the active transactions on volser */
6691 int
6692 UV_VolserStatus(afs_int32 server, transDebugInfo ** rpntr, afs_int32 * rcount)
6693 {
6694     struct rx_connection *aconn;
6695     transDebugEntries transInfo;
6696     afs_int32 code = 0;
6697
6698     aconn = UV_Bind(server, AFSCONF_VOLUMEPORT);
6699     transInfo.transDebugEntries_val = (transDebugInfo *) 0;
6700     transInfo.transDebugEntries_len = 0;
6701     code = AFSVolMonitor(aconn, &transInfo);
6702     if (code) {
6703         fprintf(STDERR,
6704                 "Could not access status information about the server\n");
6705         PrintError("", code);
6706         if (transInfo.transDebugEntries_val)
6707             free(transInfo.transDebugEntries_val);
6708         if (aconn)
6709             rx_DestroyConnection(aconn);
6710         return code;
6711     } else {
6712         *rcount = transInfo.transDebugEntries_len;
6713         *rpntr = transInfo.transDebugEntries_val;
6714         if (aconn)
6715             rx_DestroyConnection(aconn);
6716         return 0;
6717     }
6718
6719
6720 }
6721
6722 /*delete the volume without interacting with the vldb */
6723 int
6724 UV_VolumeZap(afs_int32 server, afs_int32 part, afs_int32 volid)
6725 {
6726     afs_int32 rcode, ttid, error, code;
6727     struct rx_connection *aconn;
6728
6729     code = 0;
6730     error = 0;
6731     ttid = 0;
6732
6733     aconn = UV_Bind(server, AFSCONF_VOLUMEPORT);
6734     code = AFSVolTransCreate(aconn, volid, part, ITOffline, &ttid);
6735     if (code) {
6736         fprintf(STDERR, "Could not start transaction on volume %lu\n",
6737                 (unsigned long)volid);
6738         error = code;
6739         goto zfail;
6740     }
6741     code = AFSVolDeleteVolume(aconn, ttid);
6742     if (code) {
6743         fprintf(STDERR, "Could not delete volume %lu\n",
6744                 (unsigned long)volid);
6745         error = code;
6746         goto zfail;
6747     }
6748     code = AFSVolEndTrans(aconn, ttid, &rcode);
6749     ttid = 0;
6750     if (!code)
6751         code = rcode;
6752     if (code) {
6753         fprintf(STDERR, "Could not end transaction on volume %lu\n",
6754                 (unsigned long)volid);
6755         error = code;
6756         goto zfail;
6757     }
6758   zfail:
6759     if (ttid) {
6760         code = AFSVolEndTrans(aconn, ttid, &rcode);
6761         if (!code)
6762             code = rcode;
6763         if (!error)
6764             error = code;
6765     }
6766     PrintError("", error);
6767     if (aconn)
6768         rx_DestroyConnection(aconn);
6769     return error;
6770 }
6771
6772 int
6773 UV_SetVolume(afs_int32 server, afs_int32 partition, afs_int32 volid,
6774              afs_int32 transflag, afs_int32 setflag, int sleeptime)
6775 {
6776     struct rx_connection *conn = 0;
6777     afs_int32 tid = 0;
6778     afs_int32 code, error = 0, rcode;
6779
6780     conn = UV_Bind(server, AFSCONF_VOLUMEPORT);
6781     if (!conn) {
6782         fprintf(STDERR, "SetVolumeStatus: Bind Failed");
6783         ERROR_EXIT(-1);
6784     }
6785
6786     code = AFSVolTransCreate(conn, volid, partition, transflag, &tid);
6787     if (code) {
6788         fprintf(STDERR, "SetVolumeStatus: TransCreate Failed\n");
6789         ERROR_EXIT(code);
6790     }
6791
6792     code = AFSVolSetFlags(conn, tid, setflag);
6793     if (code) {
6794         fprintf(STDERR, "SetVolumeStatus: SetFlags Failed\n");
6795         ERROR_EXIT(code);
6796     }
6797
6798     if (sleeptime) {
6799 #ifdef AFS_PTHREAD_ENV
6800         sleep(sleeptime);
6801 #else
6802         IOMGR_Sleep(sleeptime);
6803 #endif
6804     }
6805
6806   error_exit:
6807     if (tid) {
6808         rcode = 0;
6809         code = AFSVolEndTrans(conn, tid, &rcode);
6810         if (code || rcode) {
6811             fprintf(STDERR, "SetVolumeStatus: EndTrans Failed\n");
6812             if (!error)
6813                 error = (code ? code : rcode);
6814         }
6815     }
6816
6817     if (conn)
6818         rx_DestroyConnection(conn);
6819     return (error);
6820 }
6821
6822 int
6823 UV_SetVolumeInfo(afs_int32 server, afs_int32 partition, afs_int32 volid,
6824                  volintInfo * infop)
6825 {
6826     struct rx_connection *conn = 0;
6827     afs_int32 tid = 0;
6828     afs_int32 code, error = 0, rcode;
6829
6830     conn = UV_Bind(server, AFSCONF_VOLUMEPORT);
6831     if (!conn) {
6832         fprintf(STDERR, "SetVolumeInfo: Bind Failed");
6833         ERROR_EXIT(-1);
6834     }
6835
6836     code = AFSVolTransCreate(conn, volid, partition, ITOffline, &tid);
6837     if (code) {
6838         fprintf(STDERR, "SetVolumeInfo: TransCreate Failed\n");
6839         ERROR_EXIT(code);
6840     }
6841
6842     code = AFSVolSetInfo(conn, tid, infop);
6843     if (code) {
6844         fprintf(STDERR, "SetVolumeInfo: SetInfo Failed\n");
6845         ERROR_EXIT(code);
6846     }
6847
6848   error_exit:
6849     if (tid) {
6850         rcode = 0;
6851         code = AFSVolEndTrans(conn, tid, &rcode);
6852         if (code || rcode) {
6853             fprintf(STDERR, "SetVolumeInfo: EndTrans Failed\n");
6854             if (!error)
6855                 error = (code ? code : rcode);
6856         }
6857     }
6858
6859     if (conn)
6860         rx_DestroyConnection(conn);
6861     return (error);
6862 }
6863
6864 int
6865 UV_GetSize(afs_int32 afromvol, afs_int32 afromserver, afs_int32 afrompart,
6866            afs_int32 fromdate, struct volintSize *vol_size)
6867 {
6868     struct rx_connection *aconn = (struct rx_connection *)0;
6869     afs_int32 tid = 0, rcode = 0;
6870     afs_int32 code, error = 0;
6871
6872
6873     /* get connections to the servers */
6874     aconn = UV_Bind(afromserver, AFSCONF_VOLUMEPORT);
6875
6876     VPRINT1("Starting transaction on volume %u...", afromvol);
6877     code = AFSVolTransCreate(aconn, afromvol, afrompart, ITBusy, &tid);
6878     EGOTO1(error_exit, code,
6879            "Could not start transaction on the volume %u to be measured\n",
6880            afromvol);
6881     VDONE;
6882
6883     VPRINT1("Getting size of volume on volume %u...", afromvol);
6884     code = AFSVolGetSize(aconn, tid, fromdate, vol_size);
6885     EGOTO(error_exit, code, "Could not start the measurement process \n");
6886     VDONE;
6887
6888   error_exit:
6889     if (tid) {
6890         VPRINT1("Ending transaction on volume %u...", afromvol);
6891         code = AFSVolEndTrans(aconn, tid, &rcode);
6892         if (code || rcode) {
6893             fprintf(STDERR, "Could not end transaction on the volume %u\n",
6894                     afromvol);
6895             fprintf(STDERR, "error codes: %d and %d\n", code, rcode);
6896             if (!error)
6897                 error = (code ? code : rcode);
6898         }
6899         VDONE;
6900     }
6901     if (aconn)
6902         rx_DestroyConnection(aconn);
6903
6904     PrintError("", error);
6905     return (error);
6906 }
6907
6908 /*maps the host addresses in <old > (present in network byte order) to
6909  that in< new> (present in host byte order )*/
6910 void
6911 MapNetworkToHost(struct nvldbentry *old, struct nvldbentry *new)
6912 {
6913     int i, count;
6914
6915     /*copy all the fields */
6916     strcpy(new->name, old->name);
6917 /*    new->volumeType = old->volumeType;*/
6918     new->nServers = old->nServers;
6919     count = old->nServers;
6920     if (count < NMAXNSERVERS)
6921         count++;
6922     for (i = 0; i < count; i++) {
6923         new->serverNumber[i] = ntohl(old->serverNumber[i]);
6924         new->serverPartition[i] = old->serverPartition[i];
6925         new->serverFlags[i] = old->serverFlags[i];
6926     }
6927     new->volumeId[RWVOL] = old->volumeId[RWVOL];
6928     new->volumeId[ROVOL] = old->volumeId[ROVOL];
6929     new->volumeId[BACKVOL] = old->volumeId[BACKVOL];
6930     new->cloneId = old->cloneId;
6931     new->flags = old->flags;
6932 }
6933
6934 /*maps the host entries in <entry> which are present in host byte order to network byte order */
6935 void
6936 MapHostToNetwork(struct nvldbentry *entry)
6937 {
6938     int i, count;
6939
6940     count = entry->nServers;
6941     if (count < NMAXNSERVERS)
6942         count++;
6943     for (i = 0; i < count; i++) {
6944         entry->serverNumber[i] = htonl(entry->serverNumber[i]);
6945     }
6946 }