From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hongyang Yang Subject: Re: [PATCH 2/4] remus: move remus README to docs directory Date: Mon, 30 Jun 2014 13:56:27 +0800 Message-ID: <53B0FC0B.6050208@cn.fujitsu.com> References: <1403679610-26695-1-git-send-email-yanghy@cn.fujitsu.com> <1403679610-26695-2-git-send-email-yanghy@cn.fujitsu.com> <53AA7C85.6090600@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: rshriram@cs.ubc.ca Cc: ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Hi Shriram, Since there's already v2 in list, would you please give an ack on v2 patch? On 06/25/2014 03:50 PM, Shriram Rajagopalan wrote: > > On Jun 25, 2014 1:13 PM, "Hongyang Yang" > wrote: > > > > Hi Shriram, > > > > > > On 06/25/2014 03:19 PM, Shriram Rajagopalan wrote: > >> > >> > >> On Jun 25, 2014 12:34 PM, "Yang Hongyang" > >> >> wrote: > >> > > >> > We do not need a separate directory to store remus README, just > >> > move it to docs/ directory. > >> > > >> > Signed-off-by: Yang Hongyang > >> >> > >> > >> > --- > >> > docs/README.remus | 4 ++++ > >> > tools/remus/README | 4 ---- > >> > 2 files changed, 4 insertions(+), 4 deletions(-) > >> > create mode 100644 docs/README.remus > >> > delete mode 100644 tools/remus/README > >> > > >> > diff --git a/docs/README.remus b/docs/README.remus > >> > new file mode 100644 > >> > index 0000000..9e8140b > >> > --- /dev/null > >> > +++ b/docs/README.remus > >> > @@ -0,0 +1,4 @@ > >> > +Remus provides fault tolerance for virtual machines by sending continuous > >> > +checkpoints to a backup, which will activate if the target VM fails. > >> > + > >> > +See the website at http://nss.cs.ubc.ca/remus/ for details. > >> > diff --git a/tools/remus/README b/tools/remus/README > >> > deleted file mode 100644 > >> > index 9e8140b..0000000 > >> > --- a/tools/remus/README > >> > +++ /dev/null > >> > @@ -1,4 +0,0 @@ > >> > -Remus provides fault tolerance for virtual machines by sending continuous > >> > -checkpoints to a backup, which will activate if the target VM fails. > >> > - > >> > -See the website at http://nss.cs.ubc.ca/remus/ for details. > >> > -- > >> > 1.9.1 > >> > > >> > >> Fine by me. But please do remove the nss.cs link as I mentioned in patch 3. > >> > > > > After the first patch, there is only README file left in tools/remus directory, > > so I moved it to docs/ > > > > Yep. That's fine. > Acked-by: Shriram Rajagopalan > > > -- > > Thanks, > > Yang. > > > > _______________________________________________ > > Xen-devel mailing list > > Xen-devel@lists.xen.org > > http://lists.xen.org/xen-devel > -- Thanks, Yang.