Merge "Create multipath-config package"

This commit is contained in:
Zuul
2023-02-15 15:49:11 +00:00
committed by Gerrit Code Review
10 changed files with 86 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ lighttpd-config
#memcached-custom
memcached-custom
#multipath-config
multipath-config
#multus-config
multus-config

View File

@@ -15,6 +15,7 @@ lighttpd-config
logrotate-config
lvm2-config
memcached-custom
multipath-config
multus-config
nfs-utils-config
ntp-config

View File

@@ -0,0 +1,5 @@
multipath-config (1.0-1) unstable; urgency=medium
* Initial release.
-- Matheus Guilhermino <matheus.machadoguilhermino@windriver.com> Fri, 21 Oct 2022 10:14:29 -0400

View File

@@ -0,0 +1,13 @@
Source: multipath-config
Section: admin
Priority: optional
Maintainer: Starlingx Developers <starlingx-discuss@lists.starlingx.io>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.4.1
Homepage: https://www.starlingx.io
Package: multipath-config
Architecture: all
Depends: ${misc:Depends}
Description: Custom multipath configuration
Adds a custom multipath.conf file with blacklist exceptions

View File

@@ -0,0 +1,27 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: multipath-config
Source: https://opendev.org/starlingx/config-files/
Files: *
Copyright: (c) 2022-2023 Wind River Systems, Inc
License: Apache-2
Files: debian/*
Copyright: 2023 Wind River Systems, Inc
License: Apache-2
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.

View File

@@ -0,0 +1 @@
multipath.conf etc/

View File

@@ -0,0 +1,5 @@
#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
dh $@

View File

@@ -0,0 +1 @@
3.0 (quilt)

View File

@@ -0,0 +1,7 @@
---
debname: multipath-config
debver: 1.0-1
src_path: files
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true

View File

@@ -0,0 +1,23 @@
defaults {
user_friendly_names yes
find_multipaths yes
}
blacklist {
device {
vendor ".*"
}
}
blacklist_exceptions {
property "(SCSI_IDENT_|ID_WWN)"
device {
vendor "3PARdata"
}
device {
vendor "QEMU"
}
device {
vendor "TrueNAS"
}
}