search for: ismounted

Displaying 5 results from an estimated 5 matches for "ismounted".

Did you mean: dismounted
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
Putting these out for feedback and comments. These will eventually support the new newt/python based ui for installation/configuration storage.py functions will be moved under a class for better data portability before final version --- scripts/ovirtfunctions.py | 672 +++++++++++++++++++++++++++++++++++++++++++++ scripts/storage.py | 451 ++++++++++++++++++++++++++++++ 2 files
2008 Aug 21
0
kickstart error on 5.2 exception
...lInterface instance at 0x2b2104c91a70>> id.fsset.migratedfs: 1 id.fsset.waitWindow: <bound method InstallInterface.waitWindow of <gui.InstallInterface instance at 0x2b2104c91a70>> id.fsset.entries: [fsentry -- device: sda1 mountpoint: / fsystem: ext3 format: True ismounted: 1 options: 'defaults' bytesPerInode: 4096 label: / , fsentry -- device: sda3 mountpoint: /home fsystem: ext3 format: True ismounted: 1 options: 'defaults' bytesPerInode: 4096 label: /home , fsentry -- device: shm mountpoint: /dev/shm fsystem: tmpfs format: 0 ism...
2010 Oct 26
0
[PATCH node] add install.py
--- scripts/install.py | 247 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 247 insertions(+), 0 deletions(-) create mode 100755 scripts/install.py diff --git a/scripts/install.py b/scripts/install.py new file mode 100755 index 0000000..ddffb53 --- /dev/null +++ b/scripts/install.py @@ -0,0 +1,247 @@ +#!/usr/bin/python +# +# install.py - configure local boot/root disk
2007 Jun 13
2
Device /dev/mapper/vg00-virt--linuxtest_32--0 is mounted in a guest domain, and so cannot be mounted now.
I tried to start a linux hvm domain (just for testing some things compared to a pv domain), and it didn''t start up. I then did a ''xm shutdown'', which didn''t work, then a ''xm destroy'', and from then the ''xm list'' function just hung. I then restarted xend, and ''xm list'' works, but now when I try to start the
2011 Jul 20
0
[PATCH] fix ipv4 static/dhcp/disabled networking changes
This fixes networking changes when switching from dhcp/static to disabled. Before the ifcfg scripts would contain old values from the previous configuration. Support for disabled devices is now added and some useless remnant bash->python coding cleaned up --- scripts/network.py | 45 +++++++++++++++++++--------------------- scripts/ovirt-config-setup.py | 34