JayjeetAtGithub commented on a change in pull request #12620: URL: https://github.com/apache/arrow/pull/12620#discussion_r830735668
########## File path: cpp/examples/scripts/micro-osd.sh ########## @@ -0,0 +1,103 @@ +# +# Copyright (C) 2013,2014 Loic Dachary <[email protected]> +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# Review comment: This is actually a modified version of https://github.com/ceph/ceph-rust/blob/master/micro-osd.sh. I added some commands to create a CephFS mount after creating a Ceph cluster. I don't really know a lot about licensing, but can we instead move this to ASF license and reference the original script ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
