Displaying 2 results from an estimated 2 matches for "swapdev".
Did you mean:
snapdev
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...e=* | rootflags=* | ro)
;;
+ ovirt_swap_encrypt=*)
+ i=${i#ovirt_swap_encrypt=}
+ eval $(printf $i|awk -F\; '{ print "swap1="$1; print "swap2="$2; }')
+ for p in 1 2; do
+ var=swap$p
+ swapdev=
+ swapcyph=
+ local default_cypher="aes-cbc-essiv:sha256"
+ if [ -n ${!var} ]; then
+ eval $(printf ${!var} |awk -F, '{ print "swapdev="$1; print "swapcyph="$2; }')
+ if [ "${swapdev}&qu...
2010 Feb 10
1
RFC: First pass at making the node generic...
I'm looking for feedback on this first patch. The node has been pushed
towards a more generic boot process. With this patch the node can now
boot up and execute a few specifically-named scripts that reside in
/etc/node.d/ at key points during the startup.
After this goes upstream, the next step will be to define in more detail
the remote interfaces for the "managed" runtime