Skip to content
Snippets Groups Projects
  1. Nov 29, 2010
  2. Nov 28, 2010
  3. Nov 27, 2010
    • Iustin Pop's avatar
      Fix breakage from previous commit e695efbf · b7d82e40
      Iustin Pop authored
      
      Wrong file name in Makefile.am and wrong naming (.unittest vs
      _unittest).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      b7d82e40
    • Iustin Pop's avatar
      Add missing paramter and unittests for this case · e695efbf
      Iustin Pop authored
      
      While git-am'ing the blockdev_prefix patch, I modified the hv_xen.py
      file but forgot to amend the patch :(, so here it is.
      
      Furthermore, to detect such inconsistencies in the future, a unittest is
      added that cross-checks the default parameters in constants.py and the
      hypervisor PARAMETERS dict.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      e695efbf
    • Maciej Bliziński's avatar
      Adding blockdev_prefix to hypervisor options · 525011bc
      Maciej Bliziński authored
      
      Allows to install Red Hat based systems, for example Oracle Linux.
      Tested with OEL.
      
      The hypervisor by default offers a device named 'sda'.  If the SCSI
      module is already loaded, the disk device can't be created due to naming
      conflict, and the disk is not available.  A workaround is to modify the
      initrd by removing the scsi driver from it.  This helps, but doesn't
      allow to install the OS.
      
      Red Hat's installer, anaconda, runs parted, which tries to execute a
      check against /dev/sda and fails.  This makes anaconda think that the
      disk is faulty, and not available.  The best way to work around this, is
      to declare 'xvda' as the xen disk device.  Red Hat version of parted
      package contains a patch which makes parted skip the SCSI test if device
      name starts with 'xvd'.
      
      This patch allows to pass -H xen-pvm:blockdev_prefix="xvd" and
      successfully run the Red Hat installer.
      
      Signed-off-by: default avatarMaciej Bliziński <blizinski@google.com>
      [iustin@google.com: added the new parameter to XenHvm PARAMS]
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      525011bc
  4. Nov 26, 2010
  5. Nov 25, 2010
  6. Nov 24, 2010
  7. Nov 23, 2010
  8. Nov 22, 2010
  9. Nov 19, 2010
    • Iustin Pop's avatar
      Merge branch 'devel-2.3' · 972a114f
      Iustin Pop authored
      
      * devel-2.3:
        Updates NEWS and configure.ac for 2.3.0~rc1
        Update NEWS & configure.ac for the 2.2.2 release
        Fix documentation regarding conversion to drbd
        Fix documentation regarding conversion to drbd
        Reinstall instance: disallow offline secondaries
        QA: check that doubly modifying an OS state is OK
        Fix breakage in OS state modify
        QA: add tests for gnt-cluster modify -B
        LUSetClusterParms: fix validation of beparams
        Add unittests for TemporaryReservationManager
        TempReservationManager: Reserved() doesn't work
      
      Conflicts:
      	man/gnt-instance.sgml (ported to the RST version)
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      972a114f
    • Iustin Pop's avatar
      Temporarily remove the interactive tests · 7f81e2b9
      Iustin Pop authored
      
      make check < /dev/null breaks these tests. Until we have change RunCmd
      to override stdin, we need to remove them.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      7f81e2b9
Loading