• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

heketi / heketi / 4390
63%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2020 09:26PM UTC
Jobs 5
Files 108
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Apr 2020 05:12PM UTC coverage: 62.744%. Remained the same
4390

cron

travis-ci

raghavendra-talur
filevolume: tuning the semantics of expand command

Currently:
---------
$ heketi-cli volume expand \
    --volume=60d46d518074b13a04ce1022c8c7193c --expand-size=10

With this patch:
---------------
I see info and delete commands doesn't use any flag or extra option name
specific to collecting volume id, instead they simply read the arg(0)
as volumeId.

Just to keep the semantics in alignment with other commands like
info and delete, adding suport for syntax:

$ heketi-cli volume expand 60d46d518074b13a04ce1022c8c7193c --expand-size=10

Again, for backward compatability we still maintain old syntax:

$ heketi-cli volume expand \
    --volume=60d46d518074b13a04ce1022c8c7193c --expand-size=10

$ heketi-cli volume expand --help
Expand a volume

Usage:
  heketi-cli volume expand [flags]

Examples:
  * Add 10GiB to a volume
    $ heketi-cli volume expand 60d46d518074b13a04ce1022c8c7193c --expand-size=10
                   [or, you can also use]
    $ heketi-cli volume expand --volume=60d46d518074b13a04ce1022c8c7193c --expand-size=10

Flags:
      --expand-size int
	Amount in GiB to add to the volume
  -h, --help              help for expand
      --volume string
	Id of volume to expand

Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>

10061 of 16035 relevant lines covered (62.74%)

3631.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4390.1 (COVERALLS_TOKEN=[secure]) 29 Apr 2020 09:26PM UTC 0
62.74
Travis Job 4390.1
2 4390.2 (COVERALLS_TOKEN=[secure]) 29 Apr 2020 09:27PM UTC 0
62.74
Travis Job 4390.2
3 4390.3 (COVERALLS_TOKEN=[secure]) 29 Apr 2020 09:26PM UTC 0
62.74
Travis Job 4390.3
5 4390.5 (COVERALLS_TOKEN=[secure]) 29 Apr 2020 09:26PM UTC 0
62.74
Travis Job 4390.5
6 4390.6 (COVERALLS_TOKEN=[secure]) 29 Apr 2020 09:30PM UTC 0
62.74
Travis Job 4390.6
Source Files on build 4390
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4390
  • 5b76984c on github
  • Prev Build on master (#4388)
  • Next Build on master (#4393)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc