Closed jinuxstyle closed 8 years ago
I submitted a patch for this problem in pull request #95, but it turns out not be a thorough thorough solution as @yasker commented.
After analyzing the three types of configure files including general, driver and volume configure files, I'd like to propose another solution which is actually an improvement of the previous one. It has following main points:
Comments?
Merged #120, this one can be closed.
Convoy saves command lines to configure files for the first successful run, and later on when user starts the daemon again with different command line options, convoy will ignore the new command line if it finds configure files for the daemon. This causes problems like #103 and #94.