logo       
Google Custom Search
    AddThis Social Bookmark Button

[SSI] openssi/e2fsprogs/tests/progs Makefile.in,1.1.1.1,1.1.1.1.4.1: msg#00109

Subject: [SSI] openssi/e2fsprogs/tests/progs Makefile.in,1.1.1.1,1.1.1.1.4.1
Update of /cvsroot/ssic-linux/openssi/e2fsprogs/tests/progs
In directory sc8-pr-cvs1:/tmp/cvs-serv29189/e2fsprogs/tests/progs

Modified Files:
      Tag: OPENSSI-RH
        Makefile.in 
Log Message:
Phase 1 fstab/failover plan (support mounts/swaps on all nodes)
Now /etc/fstab.ssi format used in /etc/fstab, still works on base kernel boot

ci/cluster-tools/libcluster/clusterfstab.c
ci/kernel/include/linux/cluster.h
        Rewrite remove_opt()
        New function ssi_getnodes_entry()
                Return a list of nodes from fstab options
        Simplify ssi_thisnode_entry() by calling ssi_getnodes_entry()
        New function ssi_qualify_dev()
                Convert /dev/name to qualified /dev/#/name
        New function ssi_get_dev_node()
                Get node number of qualified dev name /dev/#/name
        Disable get_fstab(), just output warning and return "/etc/fstab"

openssi/distro-pkgs/redhat/initscripts/rc.d/halt.node
        Don't umount nfs mounts here so that clusternode_shutdown doesn't
        umount nfs mounts on the rest of cluster.

openssi/distro-pkgs/redhat/initscripts/rc.d/rc.sysinit.nodeup
        Perform fsck/mount of local mounts on joining node

openssi/docs/README.clusterfstab
        Update description to talk about /etc/fstab instead of /etc/fstab.ssi

openssi/docs/README.upgrade
        Describe procedure after an upgrade to set-up /etc/fstab 
        
openssi/docs/lyx/INSTALL.lyx
        Add information about getting swap added to /etc/fstab

openssi/e2fsprogs/debugfs/Makefile.in
openssi/e2fsprogs/e2fsck/Makefile.in
openssi/e2fsprogs/misc/Makefile.in
openssi/e2fsprogs/resize/Makefile.in
openssi/e2fsprogs/tests/progs/Makefile.in
openssi/e2fsprogs/lib/ext2fs/ismounted.c
        Add -lcluster to linking in makefiles
        Fix check_mntent_file() to compare dev_t/nodenum for EXT2_MF_MOUNTED

openssi/e2fsprogs/misc/fsck.c
        Don't need to call get_fstab() in fsck anymore

openssi/kernel/cluster/ssi/util/nfs_mount.c
        Support MNT_DETACH so we can umount NFS filesystem during shutdown

openssi/openssi-tools/sysadmin/clusterfstab.pl
        Put node=* for nfs filesystems, /mnt/floppy and /mnt/cdrom
        BUG FIX: partition_print() processing /proc/partitions
        Minor fix to the format of generated swap entries
        Change usage to take a node number argument
        Support a convert /etc/fstab.orig to /etc/fstab mode
        Otherwise, go into add dependent node mode as before

openssi/openssi-tools/sysadmin/openssi_cluster_create
        Upon initial install call clusterfstab.pl to convert /etc/fstab

openssi/util-linux/mount/fstab.h
openssi/util-linux/mount/swapon.c
        Don't need to call get_fstab() anymore

openssi/util-linux/mount/mntent.c
openssi/util-linux/mount/mount.c
        Convert specified device names to fully qualified /dev/#/name names
        Convert device names to fully qualified before writing to /etc/mtab

openssi/util-linux/mount/umount.c
        Only umount filesystems for devices on the local node



Index: Makefile.in
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/e2fsprogs/tests/progs/Makefile.in,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1
*** Makefile.in 4 Jun 2003 01:28:31 -0000       1.1.1.1
--- Makefile.in 19 Nov 2003 02:08:45 -0000      1.1.1.1.4.1
***************
*** 22,27 ****
  SRCS= $(srcdir)/test_rel.c 
  
! LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
! DEPLIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
  
  .c.o:
--- 22,27 ----
  SRCS= $(srcdir)/test_rel.c 
  
! LIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) $(LIBCLUSTER)
! DEPLIBS= $(LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR) $(LIBCLUSTER)
  
  .c.o:




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>