Bug 844841 - PosixFS not listed in capabilities
Summary: PosixFS not listed in capabilities
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-restapi
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Michael Pasternak
QA Contact: Oded Ramraz
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-01 02:01 UTC by Dan Macpherson
Modified: 2014-01-13 00:37 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-01 04:38:51 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dan Macpherson 2012-08-01 02:01:53 UTC
Description of problem:
Can create a posixfs-based datacenter. However, posixfs doesn't seem to be listed under <storage_types/> in capabilities.

Version-Release number of selected component (if applicable):
3.1

How reproducible:
Always

Steps to Reproduce:
1. Perform a GET request on /api/capabilities
2. Check <storage_types/>
3.
  
Actual results:

<storage_types>
  <storage_type>iscsi</storage_type>
  <storage_type>fcp</storage_type>
  <storage_type>nfs</storage_type>
  <storage_type>localfs</storage_type>
</storage_types>

Expected results:

<storage_types>
  <storage_type>iscsi</storage_type>
  <storage_type>fcp</storage_type>
  <storage_type>nfs</storage_type>
  <storage_type>localfs</storage_type>
  <storage_type>posixfs</storage_type>
</storage_types>


Additional info:

Comment 1 Dan Macpherson 2012-08-01 04:38:51 UTC
My apologies. Wasn't looking at the latest build.


Note You need to log in before you can comment on or make changes to this bug.