[OpenAFS] Re: backup doesn't backup all backup volumes

Ingbert Zan Ingbert.Zan@web.de
Thu, 11 Feb 2010 18:18:30 +0100


you are right,

vos listvldb
shows all volumes

but
vos listvldb -server afs1 -part /vicepa just shows the 3 volumes and there backups which go to the backup

here are some outputs
root@afs1:~ [635] vos ex home.user1
home.iz6583                       536871716 RW     514784 K  On-line
    afs1.blau.exasol.com /vicepa
    RWrite  536871716 ROnly  536871816 Backup  536871786
    MaxQuota   10000000 K
    Creation    Mon May 25 17:31:51 2009
    Copy        Mon May 25 17:31:15 2009
    Backup      Thu Feb 11 15:25:31 2010
    Last Update Thu Feb 11 15:26:27 2010
    2268 accesses in the past day (i.e., vnode references)

    RWrite: 536871716     Backup: 536871786
    number of sites -> 1
       server afs1.blau.exasol.com partition /vicepa RW Site

root@afs1:~ [636] vos ex home.user1.backup
home.iz6583.backup                536871786 BK     514785 K  On-line
    afs1.blau.exasol.com /vicepa
    RWrite  536871716 ROnly  536871816 Backup  536871786
    MaxQuota   10000000 K
    Creation    Thu Feb 11 15:25:31 2010
    Copy        Thu Feb 11 15:25:31 2010
    Backup      Thu Feb 11 15:25:31 2010
    Last Update Wed Dec  2 10:58:55 2009
    2 accesses in the past day (i.e., vnode references)

    RWrite: 536871716     Backup: 536871786
    number of sites -> 1
       server afs1.blau.exasol.com partition /vicepa RW Site

root@afs1:~ [637] vos ex home.user2
home.juk179                       536871721 RW   11546218 K  On-line
    afs1.blau.exasol.com /vicepa
    RWrite  536871721 ROnly  536871805 Backup  536871794
    MaxQuota   12000000 K
    Creation    Mon May 25 17:46:46 2009
    Copy        Mon May 25 17:36:30 2009
    Backup      Thu Feb 11 15:25:42 2010
    Last Update Thu Feb 11 17:48:29 2010
    33559 accesses in the past day (i.e., vnode references)

    RWrite: 536871721     Backup: 536871794
    number of sites -> 1
       server afs1.blau.exasol.com partition /vicepa RW Site
root@afs1:~ [638] vos ex home.user2.backup
home.juk179.backup                536871794 BK   11544727 K  On-line
    afs1.blau.exasol.com /vicepa
    RWrite  536871721 ROnly  536871805 Backup  536871794
    MaxQuota   12000000 K
    Creation    Thu Feb 11 15:25:42 2010
    Copy        Thu Feb 11 15:25:42 2010
    Backup      Thu Feb 11 15:25:42 2010
    Last Update Thu Feb 11 13:04:09 2010
    0 accesses in the past day (i.e., vnode references)

    RWrite: 536871721     Backup: 536871794
    number of sites -> 1
       server afs1.blau.exasol.com partition /vicepa RW Site

root@afs1:~ [639] vos listvldb -server afs1 -part a
VLDB entries for server afs1 partition /vicepa

home.user3
    RWrite: 536871809     Backup: 536871811
    number of sites -> 1
       server afs1.blau.exasol.com partition /vicepa RW Site

home.user1
    RWrite: 536871716     Backup: 536871786
    number of sites -> 1
       server afs1.blau.exasol.com part

home.user4
    RWrite: 536871812     Backup: 536871814
    number of sites -> 1
       server afs1.blau.exasol.com partition /vicepa RW Site

Total entries: 3
root@afs1:~ [640] vos listvol afs1 a
Total number of volumes on server afs1 partition /vicepa: 108
home.user5                       536871704 RW          4 K On-line
home.user5.backup                536871756 BK          4 K On-line
other users
and their backup volumes
.
.
.



Total volumes onLine 108 ; Total volumes offLine 0 ; Total busy 0


Andrew Deason wrote:
> On Thu, 11 Feb 2010 16:28:07 +0100
> "Ingbert Zan" <Ingbert.Zan@web.de> wrote:
> 
>> We are creating backup snapshots on our fileserver
>> debian lenny i386 openafs 1.4.7
>> and start to backup them on a seperate filesystem
>>
>> vos listvol afs1
>>
>> shows all volumes and there backup volumes
> 
> Try 'vos listvldb -server afs1 -part a'. Does it show entries with
> 'Backup: ' volume ids?
>