search for: gptsync

Displaying 20 results from an estimated 26 matches for "gptsync".

Did you mean: ftpsync
2011 Feb 08
0
Ovirt node-imge build error Bad exit status from /var/tmp/rpm-tmp.9bshdl (%build)
...t at Ovirt-T node]# make publish { test ! -d "ovirt-node-1.9.3" || { find "ovirt-node-1.9.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.9.3"; }; } test -d "ovirt-node-1.9.3" || mkdir "ovirt-node-1.9.3" (cd gptsync && make top_distdir=../ovirt-node-1.9.3 distdir=../ovirt-node- 1.9.3/gptsync \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/root/ovirt/node/gptsync' make[1]: Leaving directory `/root/ovirt/node/gptsync' (cd images...
2010 Mar 12
1
missing dependencies in ovirt-build
...tory `/home/panter/ovirt/node' { test ! -d "ovirt-node-1.0.3" || { find "ovirt-node-1.0.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.0.3"; }; } test -d "ovirt-node-1.0.3" || mkdir "ovirt-node-1.0.3" (cd gptsync && make top_distdir=../ovirt-node-1.0.3 distdir=../ovirt-node-1.0.3/gptsync \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory `/home/panter/ovirt/node/gptsync' make[3]: Leaving directory `/home/panter/ovirt/node/gptsync' te...
2011 Feb 08
1
Ovirt node-imge build error Failed build dependencies......
...t at Ovirt-T node]# make publish { test ! -d "ovirt-node-1.9.3" || { find "ovirt-node-1.9.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ovirt-node-1.9.3"; }; } test -d "ovirt-node-1.9.3" || mkdir "ovirt-node-1.9.3" (cd gptsync && make top_distdir=../ovirt-node-1.9.3 distdir=../ovirt-node- 1.9.3/gptsync \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/root/ovirt/node/gptsync' make[1]: Leaving directory `/root/ovirt/node/gptsync' (cd images...
2010 Apr 05
1
RESEND: [PATCH node 1/3] enables ability for a common shared root
...IVE" -s "print" udevadm settle 2> /dev/null || udevsettle - reread_partitions $HOSTVGDRIVE + reread_partitions "$HOSTVGDRIVE" # sync GPT to the legacy MBR partitions - if [ "gpt" == "$LABEL_TYPE" ]; then - log "Running gptsync to create legacy mbr" - gptsync $ROOTDRIVE + if [ "$OVIRT_ROOT_INSTALL" == "y" ]; then + if [ "gpt" == "$LABEL_TYPE" ]; then + log "Running gptsync to create legacy mbr" + gptsync "$ROOTDRIVE" +...
2010 Apr 01
2
[PATCH node 1/3] Enables ability to have a common shared root
...og "Creating LVM partition" if [ $ROOTDRIVE == $HOSTVGDRIVE ]; then @@ -682,9 +695,11 @@ perform_partitioning() reread_partitions $HOSTVGDRIVE # sync GPT to the legacy MBR partitions - if [ "gpt" == "$LABEL_TYPE" ]; then - log "Running gptsync to create legacy mbr" - gptsync $ROOTDRIVE + if [ "$OVIRT_ROOT_INSTALL" == "y" ]; then + if [ "gpt" == "$LABEL_TYPE" ]; then + log "Running gptsync to create legacy mbr" + gptsync $ROOTDRIVE + fi...
2009 Jul 10
2
[PATCH: node 0/3] replace ovirt-identify-node with matahari
This patchset removes ovirt-identify-node and ovirt-listen awake. It adds startup script support for the matahari qmf agent, which takes over the responsibility for communicating node hardware capabilities to the ovirt-server. On the server side, host-browser has had its node identification functionality replaced by a new script, host-register, which is what interfaces with the matahari qmf agent
2009 Jul 08
1
[PATCH: ovirt-identify-node replacement 0/4] ovirt node patch to replace ovirt-identify-node with matahari qmf agent
The purpose of this patch is to add support for the matahari qmf agent package (http://git.et.redhat.com/?p=matahari.git;a=summary) to the node. The following actions are taken: 1. Deprecate ovirt-identify-node and ovirt-listen-awake by removing them from the autotools scripts, the rpm spec and the node startup scripts. 2. Remove ovirt-listen-awake and ovirt-identify-node completely. 3. Add
2009 Nov 04
1
[PATCH node] add ability to select separate disks for Root and HostVG in o-c-storage
...t" + parted $HOSTVGDRIVE -s "set $hostvgpart lvm on" + parted $ROOTDRIVE -s "print" udevadm settle 2> /dev/null || udevsettle # sync GPT to the legacy MBR partitions if [ "gpt" == "$LABEL_TYPE" ]; then log "Running gptsync to create legacy mbr" - gptsync $DRIVE + gptsync $ROOTDRIVE fi - partpv=${DRIVE}3 + partpv=${HOSTVGDRIVE}${hostvgpart} if [ ! -e "$partpv" ]; then # e.g. /dev/cciss/c0d0p2 - partpv=${DRIVE}p3 + partpv=${HOSTVGDRIVE}p${hostvgpart}...
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
...settle + reread_partitions "$drv" + + # sync GPT to the legacy MBR partitions + if [ "${OVIRT_INSTALL_ROOT}" = "y" -a ${hostvgpart} -gt 1 ]; then + if [ "gpt" = "$LABEL_TYPE" ]; then + log "Running gptsync to create legacy mbr" + gptsync "$ROOTDRIVE" + fi + fi - # sync GPT to the legacy MBR partitions - if [ "${OVIRT_INSTALL_ROOT}" = "y" ]; then - if [ "gpt" = "$LABEL_TYPE" ]; then - log...
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
...RIVE" -s "print" udevadm settle 2> /dev/null || udevsettle - reread_partitions $HOSTVGDRIVE + reread_partitions "$HOSTVGDRIVE" # sync GPT to the legacy MBR partitions if [ "gpt" == "$LABEL_TYPE" ]; then log "Running gptsync to create legacy mbr" - gptsync $ROOTDRIVE + gptsync "$ROOTDRIVE" fi - partpv=${HOSTVGDRIVE}${hostvgpart} + partpv="${HOSTVGDRIVE}${hostvgpart}" if [ ! -e "$partpv" ]; then # e.g. /dev/cciss/c0d0p2 - partpv=${HOSTVGDR...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for relocating files into the make system.
2009 Aug 11
1
[PATCH node] Added support for remote logging with rsyslog-gssapi to node. NOTE: Needs selinux to be set to permissive (setenforce 0) to work.
...p -m0755 scripts/persist %{buildroot}%{_sbindir} %{__install} -p -m0755 scripts/unpersist %{buildroot}%{_sbindir} @@ -310,6 +312,7 @@ fi %{_sbindir}/ovirt-config-view-logs %{_sbindir}/ovirt-process-config %{_sbindir}/ovirt-install-node-stateless +%{_sbindir}/ovirt-managed-rsyslog %{_sbindir}/gptsync %{_sbindir}/showpart %{_sbindir}/persist diff --git a/scripts/ovirt b/scripts/ovirt index 4ff03f2..2614ada 100755 --- a/scripts/ovirt +++ b/scripts/ovirt @@ -74,6 +74,9 @@ start() { else log "skipping libvirt-qpid and matahari configuration, could not find $libvirt_qpid_conf&qu...
2009 Jun 18
1
[PATCH node] Users can view log files on the node. bz#506289
...rt-config-setup.d/"99_Uninstall node" @@ -311,6 +313,7 @@ fi %{_sbindir}/ovirt-config-setup %{_sbindir}/ovirt-config-storage %{_sbindir}/ovirt-config-uninstall +%{_sbindir}/ovirt-config-view-logs %{_sbindir}/ovirt-process-config %{_sbindir}/ovirt-install-node-stateless %{_sbindir}/gptsync diff --git a/scripts/ovirt-config-view-logs b/scripts/ovirt-config-view-logs new file mode 100755 index 0000000..f21b462 --- /dev/null +++ b/scripts/ovirt-config-view-logs @@ -0,0 +1,37 @@ +#!/bin/bash +# + +. /etc/init.d/ovirt-functions + +ME=$(basename "$0") +warn() { printf '%s: %s...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2009 Sep 23
2
[PATCH node] Introduces the virtual network administration functions.
...root}%{python_sitelib}/nodeadmin -%{__install} -p -m0755 nodeadmin/nodeadmin.py %{buildroot}%{python_sitelib}/nodeadmin -%{__install} -p -m0755 nodeadmin/undefinedomain.py %{buildroot}%{python_sitelib}/nodeadmin -%{__install} -p -m0755 nodeadmin/utils.py %{buildroot}%{python_sitelib}/nodeadmin # gptsync %{__install} -p -m0755 gptsync/gptsync %{buildroot}%{_sbindir} @@ -360,6 +374,11 @@ fi %{_bindir}/destroydom %{_bindir}/undefinedom %{_bindir}/listdoms +%{_bindir}/definenet +%{_bindir}/createnet +%{_bindir}/destroynet +%{_bindir}/undefinenet +%{_bindir}/listnets %{_bindir}/createuser %{_sysc...
2009 Oct 22
0
[PATCH node] merge Root and /boot partitions
...tBackup_end}M -1" log "Toggling LVM on" - parted $DRIVE -s "set 4 lvm on" + parted $DRIVE -s "set 3 lvm on" parted $DRIVE -s "print" udevadm settle 2> /dev/null || udevsettle @@ -366,12 +356,10 @@ perform_partitioning() gptsync $DRIVE fi - partboot=${DRIVE}1 - partpv=${DRIVE}4 + partpv=${DRIVE}3 if [ ! -e "$partpv" ]; then # e.g. /dev/cciss/c0d0p2 - partboot=${DRIVE}p1 - partpv=${DRIVE}p4 + partpv=${DRIVE}p3 fi log "Creating physical volume"...