Hi Alex

Some initial comments:

0. Is it possible to split up the patch into amfd / amfnd / common / samples. 
Just makes it easier to reply inline.

1. Please compile the container demo by default, and make amf_container_script 
world executable.

 Eg.

diff --git a/samples/amf/Makefile.am b/samples/amf/Makefile.am
index 447dedd..7ebf9c3 100644
--- a/samples/amf/Makefile.am
+++ b/samples/amf/Makefile.am
@@ -19,5 +19,5 @@ include $(top_srcdir)/Makefile.common
 
 MAINTAINERCLEANFILES = Makefile.in
 
-SUBDIRS = sa_aware non_sa_aware wrapper proxy api_demo
+SUBDIRS = sa_aware non_sa_aware wrapper proxy api_demo container
 
diff --git a/samples/amf/container/amf_container_script 
b/samples/amf/container/amf_container_script
old mode 100644
new mode 100755
diff --git a/samples/configure.ac b/samples/configure.ac
index 7cf803e..9765d54 100644
--- a/samples/configure.ac
+++ b/samples/configure.ac
@@ -67,6 +67,7 @@ AC_CONFIG_FILES([ \
         amf/wrapper/Makefile \
         amf/proxy/Makefile \
         amf/api_demo/Makefile \
+        amf/container/Makefile \
         cpsv/Makefile \
         cpsv/ckpt_demo/Makefile \
         cpsv/ckpt_track_demo/Makefile \

2. We should probably reject CCBs that set saAmfSgtRedundancyModel to anything 
other than NWayActive, for Containers.

3. Do we need to bump the msg format version to AVSV_AVD_AVND_MSG_FMT_VER_8? An 
old amfnd will assert if it gets an AVSV_D2N_CONTAINED_SU_MSG_INFO msg.

Thanks
Gary





------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to