Changes between Version 24 and Version 25 of jazz/DRBL_Xen


Ignore:
Timestamp:
Jul 28, 2008, 10:44:43 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/DRBL_Xen

    v24 v25  
    128128
    129129 * Issue 1: Xen DormU Client will need /boot which in only on DRBL Server
    130    * Patch:
     130   * Step 1: Patch ''/opt/drbl/sbin/drbl-nfs-exports''
    131131{{{
    132132#!diff
     
    150150 /home $ip($EXPORTS_NFS_RW_NRS_OPT)
    151151}}}
     152   * step 2: patch ''/opt/drbl/sbin/drbl-gen-client-files''
     153{{{
     154#!diff
     155--- /opt/drbl/sbin/drbl-gen-client-files.org    2008-07-28 22:33:31.000000000 +0800
     156+++ /opt/drbl/sbin/drbl-gen-client-files        2008-07-28 22:34:20.000000000 +0800
     157@@ -214,6 +214,7 @@
     158 $nfsserver:$drblroot/$ip/etc      /etc    nfs     $FSTAB_NFS_RW_OPT
     159 $nfsserver:$drblroot/$ip/var      /var    nfs     $FSTAB_NFS_RW_OPT
     160 $nfsserver:$drblroot/$ip/root     /root   nfs     $FSTAB_NFS_RW_OPT
     161+$nfsserver:/boot            /boot       nfs    $FSTAB_NFS_RO_OPT
     162 $nfsserver:/usr             /usr        nfs    $FSTAB_NFS_RO_OPT
     163 $nfsserver:/opt             /opt        nfs    $FSTAB_NFS_RO_OPT
     164 $nfsserver:/home            /home       nfs    $FSTAB_NFS_RW_OPT
     165}}}
    152166   * Run '''/opt/drbl/sbin/dcs -> re-deploy''' or '''/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf''' to replace current '''/etc/exports'''.
    153167