Bug 215156

Summary: [PORT UPDATE] devel/py-os-brick, add nfs
Product: Ports & Packages Reporter: Alexander Nusov <alexander.nusov>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me CC: novel
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 215151    
Attachments:
Description Flags
devel/py-os-brick none

Description Alexander Nusov 2016-12-08 13:41:54 UTC
Created attachment 177802 [details]
devel/py-os-brick

Please note that this is a development version.
Only initial NFS support was added.

Enable NFS client in rc.conf
# sysrc nfs_client_enable="YES"
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2016-12-10 16:21:16 UTC
I guess it doesn't depend on the nova PR but blocks it?
Comment 2 Alexander Nusov 2016-12-10 16:31:53 UTC
(In reply to Roman Bogorodskiy from comment #1)
Sure
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-12-11 06:28:40 UTC
A commit references this bug:

Author: novel
Date: Sun Dec 11 06:27:53 UTC 2016
New revision: 428334
URL: https://svnweb.freebsd.org/changeset/ports/428334

Log:
  devel/py-os-brick: add NFS support

   - Add initial NFS support through third party patches
   - Bump PORTREVISION

  PR:		215156
  Submitted by:	maintainer

Changes:
  head/devel/py-os-brick/Makefile
  head/devel/py-os-brick/files/
  head/devel/py-os-brick/files/01-os-type.patch
  head/devel/py-os-brick/files/02-nfs.patch
  head/devel/py-os-brick/pkg-message
Comment 4 Roman Bogorodskiy freebsd_committer freebsd_triage 2016-12-11 06:29:21 UTC
Committed, thanks!